AssetInfo

概要

AssetInfo Python の FOSS でのクラスです. 遺産は: A3DObject.

タイトルは3D資産のタイトルを保存します.

このクラスでは,Python プログラムで AssetInfo オブジェクトと作業するための 5 つの方法が提供されています. 可能な方法には: __init__, find_property, get_property, remove_property, set_property. すべてのパブリックメンバーは,Python パッケージのAspose.3D FOSSをインストールした後で,任意の Python アプリケーションにアクセスできます. 特性: ambient, application_name, application_vendor, application_version, author, axis_system,そして16人増えた.

プロパティ

名称 (名)タイプAccess記述
titlestr読み書きするタイトルを手に入れるか設定する.
subjectstr読み書きする対象を捕まえるか設定する.
authorstr読み書きする作成者を見つけます.
keywordsstr読み書きするキーワードを入力します.
revisionstr読み書きする修正を取得または設定します.
commentstr読み書きするコメントを入力します.
application_namestr読み書きするアプリケーションの名前を取得または設定します.
application_vendorstr読み書きするアプリケーションのベンダーを取得または設定します.
application_versionstr読み書きするアプリケーションのバージョンを入手または設定します.
urlstr読み書きするURL を取得または設定します.
copyrightstr読み書きする著作権を取得するか設定します.
creation_timeOptional[datetime]読み書きする作成時間を獲得または設定します.
modification_timeOptional[datetime]読み書きする変更時間を取得または設定します.
unit_namestr読み書きする単位名を取得または設定する.
unit_scale_factorfloat読み書きする単位スケール因子を取得します.
coordinate_system``読み書きする座標系を設定する.
up_vector``読み書きする上のベクトルを設定します.
front_vector``読み書きする前のベクトルを設定します.
axis_system``読み書きする軸のシステムを取得または設定します.
ambient``読み書きする周囲を把握する.
namestr読み書きする名前をつけられるか設定する.
propertiesPropertyCollection読み取ること財産を手に入れる.

メソッド

Signature記述
__init__(name: str)
find_property(property_name: str)
get_property(property: str)
set_property(property: str, value)資産の値を設定します.
remove_property(property)

参照する

 日本語