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
| 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 | Holds a comma‑separated list of keywords describing the asset |
revision | str | Read | Indicates the revision or version string of the asset |
comment | str | Read | Contains free‑form comments about the asset |
application_name | str | Read | Records the name of the application that created the asset |
application_vendor | str | Read | Records the vendor of the creating application |
application_version | str | Read | Stores the version of the creating application |
url | str | Read | Provides a URL associated with the asset, such as a reference link |
copyright | str | Read | Contains copyright notice for the asset |
creation_time | Optional[datetime] | Read | Is the optional datetime when the asset was created |
modification_time | Optional[datetime] | Read | Is the optional datetime of the last modification |
unit_name | str | Read | Specifies the name of the measurement unit used (e.g., meters) |
unit_scale_factor | float | Read | Defines the scale factor to convert units to meters |
coordinate_system | `` | Read | Describes the coordinate system orientation of the asset |
up_vector | `` | Read | Defines the up direction vector for the asset’s coordinate system |
front_vector | `` | Read | |
axis_system | `` | Read | Indicates the axis system (e.g., right‑handed) used by the asset |
ambient | `` | Read | Stores the ambient color or lighting information for the asset |
Methods
| Signature | Description |
|---|---|
__init__(name: str) |