AssetInfo

Overview

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

AssetInfo stores document‑level metadata such as title, subject, author, keywords, revision, comment, application name, vendor, version, and URL through dedicated getter and setter methods.

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
keywordsstrReadHolds a comma‑separated list of keywords describing the asset
revisionstrReadIndicates the revision or version string of the asset
commentstrReadContains free‑form comments about the asset
application_namestrReadRecords the name of the application that created the asset
application_vendorstrReadRecords the vendor of the creating application
application_versionstrReadStores the version of the creating application
urlstrReadProvides a URL associated with the asset, such as a reference link
copyrightstrReadContains copyright notice for the asset
creation_timeOptional[datetime]ReadIs the optional datetime when the asset was created
modification_timeOptional[datetime]ReadIs the optional datetime of the last modification
unit_namestrReadSpecifies the name of the measurement unit used (e.g., meters)
unit_scale_factorfloatReadDefines the scale factor to convert units to meters
coordinate_system``ReadDescribes the coordinate system orientation of the asset
up_vector``ReadDefines the up direction vector for the asset’s coordinate system
front_vector``Read
axis_system``ReadIndicates the axis system (e.g., right‑handed) used by the asset
ambient``ReadStores the ambient color or lighting information for the asset

Methods

SignatureDescription
__init__(name: str)