OpenAttachments

導入

v2.0

詳細

ターゲット オブジェクトに関連するシノプティック ビューまたはアノテーション PPG を開きます。

どちらもない場合は、一時的な Explorer が開きます。

スクリプト構文

OpenAttachments( [Target] );

パラメータ

パラメータ タイプ 説明
Target 文字列 シノプティック プロパティまたは注釈を持つ Object (Model/3Dobject/Group)。

デフォルト値: 選択:Application.Selection(0):選択リスト内の最初のオブジェクト。

VBScript の例

'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