Class pfcSelect
Description
Contains global CIP definitions for module "pfcSelect"
User Guide References:
Selection:pfcSelect,
Accessing Selection Data:pfcSelect,
Controlling Selection Display:pfcSelect,
Programmatic Selection:pfcSelect,
Reading the Contents of the Selection Buffer:pfcSelect,
Removing the Items of the Selection Buffer:pfcSelect,
Adding Items to the Selection Buffer:pfcSelect,
Getting a Model Object:pfcSelect,
Obtaining Drawing Views:pfcSelect,
Obtaining Drawing Dimensions:pfcSelect,
Creating Drawing Dimensions:pfcSelect,
Selecting Drawing Tables and Cells:pfcSelect,
Drawing Table Segments:pfcSelect,
Drawing Views And Models:pfcSelect,
Modifying Views:pfcSelect,
Auxiliary Views:pfcSelect,
Revolved Views:pfcSelect,
Sections of a View:pfcSelect,
Visible Areas of Views:pfcSelect,
Parametric Attachment:pfcSelect,
Offset Attachment:pfcSelect,
Accessing and Modifying Annotation Elements:pfcSelect,
Accessing Reference and Driven Dimensions:pfcSelect,
Baseline Dimensions:pfcSelect,
Ordinate Dimensions:pfcSelect,
Attaching the Geometric Tolerances:pfcSelect,
Getting ModelItem Objects:pfcSelect,
Analyzing Interference Information:pfcSelect,
Performing Kinematic Drag:pfcSelect,
Selection Level Action Listeners:pfcSelect,
Exporting Using Coordinate System:pfcSelect,
Item Properties:pfcSelect,
Creo Object TOOLKIT Java Classes:pfcSelect Method Summary
| |
| Used to create a Selection object, based on the path to a specified component. |
| |
| |
| |
| |
| |
| Creates a new selection object, given a Web.Link style selection string. |
| |
| Specifies the options used in the selection. |
| |
| Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference. |
Method Detail
SelectionOptions_Create |
| SelectionOptions_Create | (String inOptionKeywords) |
Specifies the options used in the selection.
User Guide References:
Parameters:
inOptionKeywords
The keywords to include in the selection
Returns:
A pointer to the new SelectionOptions object
SelectionPair_Create |
| SelectionPair_Create | |
Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference.
User Guide References:
Parameters:
inSel1
The first Selected object.
inSel2
The second Selected object.
Returns:
The SelectionPair object.
CreateComponentSelection |
| CreateComponentSelection | |
Used to create a
Selection object, based on the path to a specified component.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Path
Returns:
CreateModelSelection |
| CreateModelSelection | |
User Guide References:
Parameters:
Model
Returns:
CreateModelItemSelection |
| CreateModelItemSelection | |
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
SelItem
Path
Returns:
CreateSelectionFromString |
| CreateSelectionFromString | (String SelectionString) |
Creates a new selection object, given a Web.Link style selection string.
See Also:
User Guide References:
Parameters:
SelectionString
The selection string. The string should follow the following formats (items in brackets [] are optional): TopLevelObject:[SubAsm]:[SubAs:LeafComponent]/[ModelItem]
The top level object should provided as: "name.type"
Each component in the path can have one of the following formats: "name.type" "name.type(#comp_id)" "name.type(comp_name)" The component name is the name of the component feature in the context of its parent assembly.
The model item can have one of the following formats: "itemtype(#item_id) "itemtype(item_name) Itemtype must one of the following: Feature Dimension
Returns:
The created selection object.