| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| SubstituteComponent | GetSubstituteComponent
(SimpRep InRep)
If a component is substituted with a given simplified representation, then get the component path and the handle of the substituted component. |
| SubstitutionType | GetSubstitutionType
(SimpRep InRep)
If a component is substituted with a given simplified representation, then get the type of substitution. |
| WCsyses | ListDisplayedCsyses
()
List all displayed datum coordinate systems in the Solid. |
| WCurves | ListDisplayedCurves
()
List all displayed datum curves in the Solid. |
| WPoints | ListDisplayedPoints
()
List all displayed datum points in the Solid. |
| WQuilts | ListDisplayedQuilts
()
List all displayed datum quilts in the Solid. |
| Methods Inherited from Interface com.ptc.pfc.pfcAssembly.ComponentPath |
|---|
| GetRoot, SetRoot, GetComponentIds, SetComponentIds, GetLeaf, GetTransform, SetTransform, GetIsVisible |
| Method Detail |
|---|
| GetSubstituteComponent |
|---|
| SubstituteComponent | GetSubstituteComponent | (SimpRep InRep) |
|
If a component is substituted with a given simplified representation,
then get the component path and the handle of the substituted component.
Exceptions thrown (but not limited to): XToolkitNotFound - The component is not a substitute.
|
| GetSubstitutionType |
|---|
| SubstitutionType | GetSubstitutionType | (SimpRep InRep) |
|
If a component is substituted with a given simplified representation,
then get the type of substitution.
Exceptions thrown (but not limited to): XToolkitNotFound - The component is not a substitute.
|
| ListDisplayedQuilts |
|---|
| WQuilts | ListDisplayedQuilts | () |
| List all displayed datum quilts in the Solid. Exceptions thrown (but not limited to): XToolkitNotFound - Either no displayed datum quilt exist, or they were all filtered out by the filter function.
|
| ListDisplayedCsyses |
|---|
| WCsyses | ListDisplayedCsyses | () |
| List all displayed datum coordinate systems in the Solid. Exceptions thrown (but not limited to): XToolkitNotFound - Either no displayed coordinate systems exist, or they were all filtered out by the filter function.
|
| ListDisplayedCurves |
|---|
| WCurves | ListDisplayedCurves | () |
| List all displayed datum curves in the Solid. Exceptions thrown (but not limited to): XToolkitNotFound - Either no displayed datum curves exist, or they were all filtered out by the filter function.
|
| ListDisplayedPoints |
|---|
| WPoints | ListDisplayedPoints | () |
| List all displayed datum points in the Solid. Exceptions thrown (but not limited to): XToolkitNotFound - Either no displayed datum points exist, or they were all filtered out by the filter function.
|