Material assignment data type (CUSTOMDATATYPE_MATASSIGN) for the MatAssignCustomGui GUI.
This type is called by value.
Parameters: | v (MatAssignData) – Copy constructor. |
---|---|
Return type: | MatAssignData |
Returns: | The new matassign data. |
Deletes an object in the list.
Parameters: | index (int) – The index |
---|---|
Return type: | int |
Returns: | True if the object was deleted, otherwise False |
Inserts a list of objects into the list.
Parameters: |
|
---|---|
Return type: |
bool |
Returns: |
True if successful, otherwise False |
Gets an object by index.
Parameters: |
|
---|---|
Return type: | |
Returns: |
The object or None. |
Returns the count of objects in the list.
Return type: | int |
---|---|
Returns: | The count |