v2.0
Opens the synoptic view or the annotation ppg associated with the target object.
If neither are present, then a transient explorer is opened.
OpenAttachments( [Target] ); |
Parameter | Type | Description |
---|---|---|
Target | String |
Object (Model/3DObject/Group) containing a synoptic property or an annotation. Default Value: Selection Application.Selection(0) - First object on selection list. |
'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 |