v2.0
ターゲット オブジェクトに関連するシノプティック ビューまたはアノテーション PPG を開きます。
どちらもない場合は、一時的な Explorer が開きます。
OpenAttachments( [Target] ); |
パラメータ | タイプ | 説明 |
---|---|---|
Target | 文字列 |
シノプティック プロパティまたは注釈を持つ Object (Model/3Dobject/Group)。 デフォルト値: 選択:Application.Selection(0):選択リスト内の最初のオブジェクト。 |
'Get the Biped Rig model and open the Annotation PPG for it GetPresetModel "Biped_Rig_Generated", "Biped_Rig" 'Find first model in scene and open its attachments 'in this case the annotation property set model = activesceneroot.children.find(siModelType) OpenAttachments model |