Group class
Group class
A Group represents the logical relationships of Node.
Inheritance: Group →
A3DObject
The Group type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self, name) | Construct a new instance of Group |
Properties
| Property | Description |
|---|---|
| name | Gets or sets the name. |
| properties | Gets the collection of all properties. |
| parent | Parent group of current group |
| groups | Sub-groups |
| nodes | The nodes in this group |
Methods
| Method | Description |
|---|---|
remove_property(self, property) | Removes a dynamic property. |
remove_property(self, property) | Remove the specified property identified by name |
get_property(self, property) | Get the value of specified property |
set_property(self, property, value) | Sets the value of specified property |
find_property(self, property_name) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
See Also
- module
aspose.threed - class
A3DObject - class
Group - class
Node