This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com
A datatype which contains information about in-exclude-lists. This type is called by value.
| Parameter: | 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.
| Parameter: | index (int) – Object index. |
|---|---|
| Return type: | bool |
| Returns: | True if successful, otherwise False. |
Gets the flags for the object at f.
| Parameter: | f (int) – Object index. |
|---|---|
| Return type: | int |
| Returns: | A bit field for the selection state of the object. |