| Library | Module | Frames | Expand |
| Property | ComponentIds | as Iintseq |
| The path from the root assembly to the component through various subassembliescontaining this component. Each element of this sequence is an identifierof a component feature in its parent assembly. | ||
| Property | Leaf | as IpfcSolid |
| The model associated with the component the path points to | ||
| Property | Root | as IpfcAssembly |
| The root assembly | ||
| Function | GetIsVisible (InRep as IpfcSimpRep [optional]) as Boolean | |
| Returns a flag indicating whether a given component is visible in a simplified representation. | ||
| Function | GetTransform (BottomUp as Boolean) as IpfcTransform3D | |
| Retrieves the transformation matrix from the coordinate system of the root assemby to the coordinate system of the model pointed to by the component path, or from the coordinate system of the model to the coordinate system of the root assembly. | ||
| Sub | SetTransform (BottomUp as Boolean, position as IpfcTransform3D) | |
| Sets the position of the component described by the component path. | ||
| Property | ComponentIds | as Iintseq |
|
The path from the root assembly to the component through various subassembliescontaining this component. Each element of this sequence is an identifierof a component feature in its parent assembly. |
| Property | Leaf | as IpfcSolid |
|
The model associated with the component the path points to |
| Property | Root | as IpfcAssembly |
|
The root assembly |
| Function | GetIsVisible | (InRep as IpfcSimpRep [optional]) as Boolean |
|
Returns a flag indicating whether a given component is visible in a simplified representation. Exceptions thrown (but not limited to): IpfcXToolkitBadContext - The assembly is in the master representation.
|
| Function | GetTransform | (BottomUp as Boolean) as IpfcTransform3D |
|
Retrieves the transformation matrix from the coordinate system of the root assemby to the coordinate system of the model pointed to by the component path, or from the coordinate system of the model to the coordinate system of the root assembly.
|
| Sub | SetTransform | (BottomUp as Boolean, position as IpfcTransform3D) |
|
Sets the position of the component described by the component path. The component will be temporarily moved to the new location without affecting its constraints or actual position. Takes effect only when the assembly is using DynamicPositioning.
|