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

NameTypeAccessDescription
namestrReadHolds the object’s identifier string
propertiesPropertyCollectionReadProvides access to the collection of all custom properties
_name``Read
_properties``Read

Methods

SignatureDescription
__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

See Also