Library | Package Java Toolkit

Interface WComponentPath

package com.ptc.wfc.wfcAssembly;

public interface WComponentPath
  extends com.ptc.pfc.pfcAssembly.ComponentPath



Description

Adds more functionality to ComponentPath.
Direct Known Subclasses:
Connector



Method Summary
SubstituteComponentGetSubstituteComponent (SimpRep InRep)
     If a component is substituted with a given simplified representation, then get the component path and the handle of the substituted component.
SubstitutionTypeGetSubstitutionType (SimpRep InRep)
     If a component is substituted with a given simplified representation, then get the type of substitution.
WCsysesListDisplayedCsyses ()
    List all displayed datum coordinate systems in the Solid.
WCurvesListDisplayedCurves ()
    List all displayed datum curves in the Solid.
WPointsListDisplayedPoints ()
    List all displayed datum points in the Solid.
WQuiltsListDisplayedQuilts ()
    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

SubstituteComponentGetSubstituteComponent (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.


Manual References:
Assemblies and Components: Component Path Information, Assemblies and Components: Component Path Information
Parameters:
InRep
The simplified representation.
Returns:
The substitute component.


GetSubstitutionType

SubstitutionTypeGetSubstitutionType (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.


Manual References:
Assemblies and Components: Component Path Information
Parameters:
InRep
The simplified representation.
Returns:
The substitution type.


ListDisplayedQuilts

WQuiltsListDisplayedQuilts ()


    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.


Manual References:
Assemblies and Components: Component Path Information
Returns:
The datum quilts.


ListDisplayedCsyses

WCsysesListDisplayedCsyses ()


    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.


Manual References:
Assemblies and Components: Component Path Information
Returns:
The datum coordinate systems.


ListDisplayedCurves

WCurvesListDisplayedCurves ()


    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.


Manual References:
Assemblies and Components: Component Path Information
Returns:
The datum curves.


ListDisplayedPoints

WPointsListDisplayedPoints ()


    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.


Manual References:
Assemblies and Components: Component Path Information
Returns:
The datum points.