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
| Name | Type | Access | Description |
|---|---|---|---|
title | str | Read/Write | Gets or sets the title. |
subject | str | Read/Write | Gets or sets the subject. |
author | str | Read/Write | Gets or sets the author. |
keywords | str | Read/Write | Gets or sets the keywords. |
revision | str | Read/Write | Gets or sets the revision. |
comment | str | Read/Write | Gets or sets the comment. |
application_name | str | Read/Write | Gets or sets the application name. |
application_vendor | str | Read/Write | Gets or sets the application vendor. |
application_version | str | Read/Write | Gets or sets the application version. |
url | str | Read/Write | Gets or sets the url. |
copyright | str | Read/Write | Gets or sets the copyright. |
creation_time | Optional[datetime] | Read/Write | Gets or sets the creation time. |
modification_time | Optional[datetime] | Read/Write | Gets or sets the modification time. |
unit_name | str | Read/Write | Gets or sets the unit name. |
unit_scale_factor | float | Read/Write | Gets or sets the unit scale factor. |
coordinate_system | `` | Read/Write | Gets or sets the coordinate system. |
up_vector | `` | Read/Write | Gets or sets the up vector. |
front_vector | `` | Read/Write | Gets or sets the front vector. |
axis_system | `` | Read/Write | Gets or sets the axis system. |
ambient | `` | Read/Write | Gets or sets the ambient. |
name | str | Read/Write | Gets or sets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | Sets the property value. |
remove_property(property) |