A3DObject
Overview
A3DObject is a class in Aspose.3D FOSS for Python.
Inherits from: INamedObject.
A3DObject.find_property returns the property object matching the given name if it exists.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Holds the object’s identifier string |
properties | PropertyCollection | Read | Provides access to the collection of all custom properties |
_name | `` | Read | |
_properties | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
find_property(property_name: str) | Returns the property object matching the given name if it exists |
get_property(property: str) | Retrieves the value of the specified property |
set_property(property: str, value) | Assigns the given value to the specified property |
remove_property(property) | Deletes the specified property from the object |