AssetInfo

Overview

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

AssetInfo.title stores the title of the 3D asset.

This class provides 5 methods for working with AssetInfo 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: ambient, application_name, application_vendor, application_version, author, axis_system, and 16 more.

Properties

NameTypeAccessDescription
titlestrRead/WriteGets or sets the title.
subjectstrRead/WriteGets or sets the subject.
authorstrRead/WriteGets or sets the author.
keywordsstrRead/WriteGets or sets the keywords.
revisionstrRead/WriteGets or sets the revision.
commentstrRead/WriteGets or sets the comment.
application_namestrRead/WriteGets or sets the application name.
application_vendorstrRead/WriteGets or sets the application vendor.
application_versionstrRead/WriteGets or sets the application version.
urlstrRead/WriteGets or sets the url.
copyrightstrRead/WriteGets or sets the copyright.
creation_timeOptional[datetime]Read/WriteGets or sets the creation time.
modification_timeOptional[datetime]Read/WriteGets or sets the modification time.
unit_namestrRead/WriteGets or sets the unit name.
unit_scale_factorfloatRead/WriteGets or sets the unit scale factor.
coordinate_system``Read/WriteGets or sets the coordinate system.
up_vector``Read/WriteGets or sets the up vector.
front_vector``Read/WriteGets or sets the front vector.
axis_system``Read/WriteGets or sets the axis system.
ambient``Read/WriteGets or sets the ambient.
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