Go to the source code of this file.
|
| LO_RESULT | LOSelectionSetAddEntity (LOSelectionSetRef selection_set, LOEntityRef entity) |
| | Selects the entity, adding it to the current selection set. More...
|
| |
| LO_RESULT | LOSelectionSetAddEntities (LOSelectionSetRef selection_set, LOEntityListRef entities) |
| | Selects the entities, adding them to the current selection set. More...
|
| |
| LO_RESULT | LOSelectionSetSelectEntity (LOSelectionSetRef selection_set, LOEntityRef entity) |
| | Selects the entity, replacing the current selection set. More...
|
| |
| LO_RESULT | LOSelectionSetSelectEntities (LOSelectionSetRef selection_set, LOEntityListRef entities) |
| | Selects the entities, replacing the current selection set. More...
|
| |
| LO_RESULT | LOSelectionSetRemoveEntity (LOSelectionSetRef selection_set, LOEntityRef entity) |
| | Removes the entity from the current selection set. More...
|
| |
| LO_RESULT | LOSelectionSetRemoveEntities (LOSelectionSetRef selection_set, LOEntityListRef entities) |
| | Removes the entities from the current selection set. More...
|
| |
| LO_RESULT | LOSelectionSetClear (LOSelectionSetRef selection_set) |
| | Removes all entities from the selection set. More...
|
| |
| LO_RESULT | LOSelectionSetGetNumberOfEntities (LOSelectionSetRef selection_set, size_t *num_entities) |
| | Gets the number of entities in the selection set. More...
|
| |
| LO_RESULT | LOSelectionSetGetEntityAtIndex (LOSelectionSetRef selection_set, size_t index, LOEntityRef *entity) |
| | Gets the entity at the specified index in a selection set object. More...
|
| |
Selects the entities, adding them to the current selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | entities | The entities to add to the current selection. |
- Returns
-
Selects the entity, adding it to the current selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | entity | The entity to add to the current selection. |
- Returns
-
Removes all entities from the selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
- Returns
-
Gets the entity at the specified index in a selection set object.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | index | The index of the entity to get. |
| [out] | entity | The entity object. |
- Returns
-
Gets the number of entities in the selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [out] | num_entities | The number of entities in the selection set. |
- Returns
-
Removes the entities from the current selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | entities | The entities to remove from the current selection. |
- Returns
-
Removes the entity from the current selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | entity | The entity to remove from the current selection. |
- Returns
-
Selects the entities, replacing the current selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | entities | The entities to set as the current selection. |
- Returns
-
Selects the entity, replacing the current selection set.
- Since
- LayOut 2023.1, API 8.1
- Parameters
-
| [in] | selection_set | The selection set object. |
| [in] | entity | The entity to set as the current selection. |
- Returns
-