Methods
AssetInfo は、メタデータコンテナで、次のものに添付されます Scene 経由で Scene.asset_info (または Node 経由で Node.asset_info). それはファイルの起源に関する情報を格納します:作成したツール、測定単位、作成/変更のタイムスタンプ、そしてオプションの軸系設定です。.
AssetInfo から継承 A3DObject.
Methods: aspose.threed
Methods
| Methods | Methods |
|---|
AssetInfo() | すべてのフィールドが空またはデフォルトの状態で構築 |
AssetInfo(name) | オプションのオブジェクト名で構築 |
Methods
すべてのフィールドは読み取り可能かつ書き込み可能なプロパティです。.
作成と識別
| Methods | Methods | Methods |
|---|
title | str | 資産の人が読めるタイトル |
subject | str | 資産の主題またはトピック |
author | str | ファイルの作者名 |
keywords | str | アセットに関連付けられたキーワード |
revision | str | バージョンまたはリビジョン文字列 |
comment | str | 自由形式のコメントまたは説明 |
copyright | str | 著作権表示 |
url | str | ソースURLまたは参照URI |
アプリケーション情報
| Methods | Methods | Methods |
|---|
application_name | str | 作成アプリケーションの名前(例、., "Blender") |
application_vendor | str | 作成アプリケーションのベンダー |
application_version | str | 作成アプリケーションのバージョン文字列 |
Methods
| Methods | Methods | Methods |
|---|
creation_time | `datetime | None` |
modification_time | `datetime | None` |
Methods
| Methods | Methods | Methods |
|---|
unit_name | str | 測定単位の名前(例、., "centimeter", "meter") |
unit_scale_factor | float | ファイルの単位からメートルへの変換スケールファクター;デフォルトは 1.0 |
座標系(スタブプロパティ)
以下のプロパティは存在しますが、返されます None 現在のFOSSリリースでは。それらは将来の軸リマッピングサポートのために予約されています。.
| Methods | Methods |
|---|
coordinate_system | ハンドネス規約(右手系または左手系) |
up_vector | 上方向を指す軸 |
front_vector | 前方向を指す軸 |
axis_system | 結合軸系記述子 |
ambient | シーンの環境色 |
Methods
関連項目