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
| Name | Type | Access | Description |
|---|---|---|---|
title | str | Read | Stores the title of the 3D asset |
subject | str | Read | Stores the subject or theme of the asset |
author | str | Read | Stores the name of the asset’s creator |
keywords | str | Read | Stores a comma‑separated list of keywords for the asset |
revision | str | Read | Stores the revision identifier of the asset |
comment | str | Read | Stores a free‑form comment about the asset |
application_name | str | Read | Stores the name of the application that created the asset |
application_vendor | str | Read | Stores the vendor of the creating application |
application_version | str | Read | Stores the version of the creating application |
url | str | Read | Stores a related URL for the asset |
copyright | str | Read | Stores copyright information for the asset |
creation_time | Optional[datetime] | Read | Stores the optional datetime when the asset was created |
modification_time | Optional[datetime] | Read | Stores the optional datetime of the last modification |
unit_name | str | Read | Stores the name of the measurement unit used in the asset |
unit_scale_factor | float | Read | Stores the scale factor for the asset’s unit |
coordinate_system | `` | Read | Stores the asset’s coordinate system definition |
up_vector | `` | Read | Stores the up direction vector for the asset |
front_vector | `` | Read | Stores the front direction vector for the asset |
axis_system | `` | Read | Stores the axis system configuration of the asset |
ambient | `` | Read | Stores 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
| Signature | Description |
|---|---|
__init__(name: str) |