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
BaseList2D
Return the count of particles which belong to this group.
| Return type: | int |
|---|---|
| Returns: | The count. |
Calculates the level of this group. This is the number of parents that the group has.
| Return type: | int |
|---|---|
| Returns: | Group level. |
Sets the group title.
| Parameter: | title (str) – The title. |
|---|
Return the particles which belong to this group.
| Return type: | list of int |
|---|---|
| Returns: | The particles. |