| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| intseq | GetComponentIds
()
Get method for attribute "ComponentIds" 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. |
| boolean | GetIsVisible
(
/*optional*/
SimpRep InRep)
Returns a flag indicating whether a given component is visible in a simplified representation. |
| Solid | GetLeaf
()
Get method for attribute "Leaf" The model associated with the component the path points to |
| Assembly | GetRoot
()
Get method for attribute "Root" The root assembly |
| Transform3D | GetTransform
(boolean BottomUp)
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. |
| void | SetComponentIds
(intseq value)
Set method for attribute "ComponentIds" 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. |
| void | SetRoot
(Assembly value)
Set method for attribute "Root" The root assembly |
| void | SetTransform
(boolean BottomUp, Transform3D position)
Sets the position of the component described by the component path. |
| Method Detail |
|---|
| GetRoot/SetRoot |
|---|
| Assembly | GetRoot | () |
| void | SetRoot | (Assembly value) |
| GetComponentIds/SetComponentIds |
|---|
| intseq | GetComponentIds | () |
| void | SetComponentIds | (intseq value) |
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.
|
| GetLeaf |
|---|
| Solid | GetLeaf | () |
The model associated with the component the path points to
|
| GetTransform |
|---|
| Transform3D | GetTransform | (boolean BottomUp) |
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.
|
| SetTransform |
|---|
| void | SetTransform | (boolean BottomUp, Transform3D position) |
| 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.
|
| GetIsVisible |
|---|
| boolean | GetIsVisible | ( /*optional*/ SimpRep InRep) |
| Returns a flag indicating whether a given component is visible in a simplified representation.
Exceptions thrown (but not limited to): XToolkitBadContext - The assembly is in the master representation.
|