*BeginAddedObjects()

Indicates the beginning of an add objects block.

Syntax

*BeginAddedObjects()

Application

HyperView

Substatements

*BeginModel()

*BeginPart()

Example

*BeginAddedObjects()
      *BeginModel("C:/cam2.g",  "ALTAIR G File", "C:/cam2.g")
            *BeginPart(1, "AddedObject.partref1", "PART", 30301, "Rigid Parts",
                                                      1, "Part Pool - body", "Global")
                 *Label("body_object")
                 *Attribute("On", "IdOff", "19", "Opa", "Sha", "NoFit)
                 *Origin("2059.999756 2060.000000 0.000511")
            *EndPart()
     *EndModel()
*EndAddedObjects()

Comments

This block captures the added objects and their orientation with the original model.