InExclude data type (CUSTOMDATATYPE_INEXCLUDE_LIST) for use with the InExcludeCustomGui GUI.
This type is called by value.
Parameters: | v (InExcludeData) – Copy constructor. |
---|---|
Return type: | InExcludeData |
Returns: | The new inexclude data. |
Inserts an object.
Parameters: |
|
---|---|
Return type: |
bool |
Returns: |
True if successful, otherwise False. |
Gets an object in the list by index.
Parameters: |
|
---|---|
Return type: | |
Returns: |
The found object, or None. |
Gets the object count.
Return type: | int |
---|---|
Returns: | The count. |
Gets the knot count.
Parameters: | index (int) – Object index. |
---|---|
Return type: | bool |
Returns: | True if successful, otherwise False. |
Gets the flags for the object at f.
Parameters: | f (int) – Object index. |
---|---|
Return type: | int |
Returns: | A bit field for the selection state of the object. |