AssetInfo

Overview

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

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

Properties

NameTypeAccessDescription
titlestrReadStores the title of the 3D asset
subjectstrReadStores the subject or theme of the asset
authorstrReadStores the name of the asset’s creator
keywordsstrReadStores a comma‑separated list of keywords for the asset
revisionstrReadStores the revision identifier of the asset
commentstrReadStores a free‑form comment about the asset
application_namestrReadStores the name of the application that created the asset
application_vendorstrReadStores the vendor of the creating application
application_versionstrReadStores the version of the creating application
urlstrReadStores a related URL for the asset
copyrightstrReadStores copyright information for the asset
creation_timeOptional[datetime]ReadStores the optional datetime when the asset was created
modification_timeOptional[datetime]ReadStores the optional datetime of the last modification
unit_namestrReadStores the name of the measurement unit used in the asset
unit_scale_factorfloatReadStores the scale factor for the asset’s unit
coordinate_system``ReadStores the asset’s coordinate system definition
up_vector``ReadStores the up direction vector for the asset
front_vector``ReadStores the front direction vector for the asset
axis_system``ReadStores the axis system configuration of the asset
ambient``ReadStores the ambient color or lighting setting of the asset
_title``Read
_subject``Read
_author``Read
_keywords``Read
_revision``Read
_comment``Read
_application_name``Read
_application_vendor``Read
_application_version``Read
_url``Read
_copyright``Read
_creation_time``Read
_modification_time``Read
_unit_name``Read
_unit_scale_factor``Read

Methods

SignatureDescription
__init__(name: str)

See Also