Library | Package Java Toolkit

Class pfcSimpRep

package com.ptc.pfc.pfcSimpRep;

public class pfcSimpRep



Description

Contains global CIP definitions for module "pfcSimpRep"



Method Summary
static CreateNewSimpRepInstructionsCreateNewSimpRepInstructions_Create (String NewSimpName)
    reates a new object used to create a new representation.
static RetrieveExistingSimpRepInstructionsRetrieveExistingSimpRepInstructions_Create (String ExistSimpName)
    Creates a new object used to retrieve an existing simplified representation.
static SimpRepAutomaticSimpRepAutomatic_Create ()
     Creates a new object that represents the automatic representation of the component.
static SimpRepBoundBoxSimpRepBoundBox_Create ()
     
static SimpRepCompItemPathSimpRepCompItemPath_Create (intseq ItemPath)
    Creates a new object that used to point to a component.
static SimpRepDefaultEnvelopeSimpRepDefaultEnvelope_Create ()
     
static SimpRepExcludeSimpRepExclude_Create ()
    Creates a new object for excluding this component from the simplified representation.
static SimpRepFeatItemPathSimpRepFeatItemPath_Create (int FeatId)
    Creates a new object used to point to a feature that is not a component.

NOTE: Not implemented in this J-Link release.
static SimpRepGeomSimpRepGeom_Create ()
    Creates a new object that represents the "geometry only" representation of the component.
static SimpRepGraphicsSimpRepGraphics_Create ()
    Creates a new object that represents the "graphics only" representation of the component.
static SimpRepIncludeSimpRepInclude_Create ()
    Creates a new object that includes this component in the simplified representation.
static SimpRepItemSimpRepItem_Create (SimpRepItemPath ItemPath)
    Creates a new object that defines the status of the component or feature in a simplified representation.
static SimpRepLightWeightGraphicsSimpRepLightWeightGraphics_Create ()
     
static SimpRepNoneSimpRepNone_Create ()
     
static SimpRepReverseSimpRepReverse_Create ()
    Creates a new object that reverses the default rule for the component in the simplified rep.
static SimpRepSubstituteSimpRepSubstitute_Create (Substitution SubsData)
    Creates a new object used to substitute the component in the simplified representation.
static SimpRepSymbSimpRepSymb_Create ()
    Creates a new object that represents the symbolic representation of the component.
static SubstAsmRepSubstAsmRep_Create (intseq SubstPath, SimpRep AsmRep)
    Creates a new object used to substitute an assembly with a simplified representation.
static SubstEnvelopeSubstEnvelope_Create (intseq SubstPath)
    Creates a new object used to substitute with an envelope.
static SubstInterchgSubstInterchg_Create (intseq SubstPath)
    Creates a new object used to substitute using an interchange assembly or a family table.
static SubstPrtRepSubstPrtRep_Create (intseq SubstPath, SimpRep PartRep)
    Creates a new object used to substitute a part with a simplified representation.

Method Detail

SimpRepCompItemPath_Create

static SimpRepCompItemPathSimpRepCompItemPath_Create (intseq ItemPath)


    Creates a new object that used to point to a component.

The return value is used as a component of SimpRepItem .
Parameters:
ItemPath
Path to the item.
Returns:
The pfcSimpRepCompItemPath object.


SimpRepFeatItemPath_Create

static SimpRepFeatItemPathSimpRepFeatItemPath_Create (int FeatId)


    Creates a new object used to point to a feature that is not a component.

NOTE: Not implemented in this J-Link release.

Not implemented in this J-Link release.

Exceptions thrown (but not limited to):

XToolkitNotImplemented - Method is not implemented


Parameters:
FeatId
The Feat Id.
Returns:
The pfcSimpRepFeatItemPath object.


SubstInterchg_Create

static SubstInterchgSubstInterchg_Create (intseq SubstPath)


    Creates a new object used to substitute using an interchange assembly or a family table.

The return value is used as a component of the SimpRepInstructions .
Parameters:
SubstPath
Path to the substitute component.
Returns:
The pfcSubstInterchg object.


SubstPrtRep_Create

static SubstPrtRepSubstPrtRep_Create (intseq SubstPath, SimpRep PartRep)


    Creates a new object used to substitute a part with a simplified representation.

The return value is used as a component of the SimpRepInstructions .
Parameters:
SubstPath
Path to the substitute component.
PartRep
Simplified representation handle.
Returns:
The pfcSubstPrtRep object.


SubstAsmRep_Create

static SubstAsmRepSubstAsmRep_Create (intseq SubstPath, SimpRep AsmRep)


    Creates a new object used to substitute an assembly with a simplified representation.


The return value is used as a component of the SimpRepInstructions .
Parameters:
SubstPath
Path to the substitute component.
AsmRep
Simplified representation handle.
Returns:
The pfcSubstAsmRep object.


SubstEnvelope_Create

static SubstEnvelopeSubstEnvelope_Create (intseq SubstPath)


    Creates a new object used to substitute with an envelope.

The return value is used as a component of the SimpRepInstructions.
Parameters:
SubstPath
Path to the substitute component.
Returns:
The pfcSubstEnvelope object.


SimpRepReverse_Create

static SimpRepReverseSimpRepReverse_Create ()


    Creates a new object that reverses the default rule for the component in the simplified rep.

The return value is used as a component of SimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Returns:
The pfcSimpRepReverse object.


SimpRepInclude_Create

static SimpRepIncludeSimpRepInclude_Create ()


    Creates a new object that includes this component in the simplified representation.

The return value is used as a component of SimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Returns:
The pfcSimpRepInclude object.


SimpRepExclude_Create

static SimpRepExcludeSimpRepExclude_Create ()


    Creates a new object for excluding this component from the simplified representation.
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Returns:
The pfcSimpRepExclude object.


SimpRepSubstitute_Create

static SimpRepSubstituteSimpRepSubstitute_Create (Substitution SubsData)


    Creates a new object used to substitute the component in the simplified representation.

The return value is used as a component of SimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Parameters:
SubsData
Specifies the substitution type and substitute data.
Returns:
The pfcSimpRepSubstitute object.


SimpRepNone_Create

static SimpRepNoneSimpRepNone_Create ()


     
Returns:
 


SimpRepGeom_Create

static SimpRepGeomSimpRepGeom_Create ()


    Creates a new object that represents the "geometry only" representation of the component.

The return value is used as a component of SimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Returns:
The pfcSimpRepGeom object.


SimpRepGraphics_Create

static SimpRepGraphicsSimpRepGraphics_Create ()


    Creates a new object that represents the "graphics only" representation of the component.

The return value is used as a component of SimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Returns:
The pfcSimpRepGraphics object.


SimpRepSymb_Create

static SimpRepSymbSimpRepSymb_Create ()


    Creates a new object that represents the symbolic representation of the component.

The return value is used as a component of SimpRepItem .
Returns:
The newly created object.


SimpRepDefaultEnvelope_Create

static SimpRepDefaultEnvelopeSimpRepDefaultEnvelope_Create ()


     
Returns:


SimpRepBoundBox_Create

static SimpRepBoundBoxSimpRepBoundBox_Create ()


     
Returns:


SimpRepLightWeightGraphics_Create

static SimpRepLightWeightGraphicsSimpRepLightWeightGraphics_Create ()


     
Returns:


SimpRepAutomatic_Create

static SimpRepAutomaticSimpRepAutomatic_Create ()


     Creates a new object that represents the automatic representation of the component.

The return value is used as a component of SimpRepItem .
Returns:
The newly created object.


SimpRepItem_Create

static SimpRepItemSimpRepItem_Create (SimpRepItemPath ItemPath)


    Creates a new object that defines the status of the component or feature in a simplified representation.

The return value is used as a component of SimpRepItem .
Manual References:
Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation, Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation
Parameters:
ItemPath
Specifies the simplified representation item.
Returns:
The pfcSimpRepItem object.


RetrieveExistingSimpRepInstructions_Create

static RetrieveExistingSimpRepInstructionsRetrieveExistingSimpRepInstructions_Create (String ExistSimpName)


    Creates a new object used to retrieve an existing simplified representation.


The return value must be passed to BaseSession.RetrieveAssemSimpRep(String, /*optional*/ SimpRepInstructions) .
Manual References:
Simplified Representations: Retrieving Simplified Representations, Simplified Representations: Retrieving Simplified Representations
Parameters:
ExistSimpName
Name of the existing representation.
Returns:
The pfcRetrieveExistingSimpRepInstructions object.


CreateNewSimpRepInstructions_Create

static CreateNewSimpRepInstructionsCreateNewSimpRepInstructions_Create (String NewSimpName)


    reates a new object used to create a new representation.
Manual References:
Simplified Representations: Creating and Deleting Simplified Representations, Simplified Representations: Creating and Deleting Simplified Representations
Parameters:
NewSimpName
Name of the creating representation.
Returns:
The pfcCreateNewSimpRepInstructions object.