CustomObject

Overview

CustomObject is a class in Aspose.3D FOSS for Python. Inherits from: A3DObject.

This class provides 5 methods for working with CustomObject objects in Python programs. Available methods include: __init__, find_property, get_property, remove_property, set_property. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: name, properties.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
__init__(name: str)
find_property(property_name: str)
get_property(property: str)
set_property(property: str, value)Sets the property value.
remove_property(property)

See Also