*BeginPart()

Captures your settings for the added part.

Syntax

*BeginPart (id, pool, type, parent_id, parent_pool, origin_id, origin_pool, relative_to)

Application

HyperView

Substatements

*Attribute()

*Label()

*Origin()

*Rotation()

*Scale()

Inputs

id
The part ID.
pool
The part pool name.
type
The entity type.
parent_id
The parent ID of the added part.
parent_pool
The pool name of the added parent.
origin_id
The origin ID of the part to be added.
origin_pool
The pool name of the origin part.
relative_to
The global or local system.

Example

*BeginPart(1, "AddedObject.partref1", "PART", 30301, "Rigid Parts", 1, "Part Pool - body", "Global")

Comments

This block captures settings such as the display attributes, label and the orientation, scaling, and rotation for the added part.

For added objects, only the entity part type can be added.