OpenAttachments
 
 
 

OpenAttachments

Introduced

v2.0

Description

Opens the synoptic view or the annotation ppg associated with the target object.

If neither are present, then a transient explorer is opened.

Scripting Syntax

OpenAttachments( [Target] );

Parameters

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.

Examples

VBScript Example

'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