General InformationThis opening ID is invoked to compute the physical reference to be instantiated in the 3D corresponding to the logical object.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
Sample
let logocc(LogicalOccurrence) let sInstName(String) set logocc = ThisObject.Facet2D sInstName = logocc.Name if(0 <= sInstName.Search("Equ1")) { Parameters.SetAttributeString("PreDefinedPartNumber", "Equ") } |