Interface IpfcSelection
Description
This class represents a selection.
Direct Parent Classes:
User Guide References:
PFC Exceptions:IpfcSelection,
Interactive Selection:IpfcSelection,
Accessing Selection Data:IpfcSelection,
Controlling Selection Display:IpfcSelection,
Programmatic Selection:IpfcSelection,
Reading the Contents of the Selection Buffer:IpfcSelection,
Removing the Items of the Selection Buffer:IpfcSelection,
Adding Items to the Selection Buffer:IpfcSelection,
Getting a Model Object:IpfcSelection,
Obtaining Drawing Views:IpfcSelection,
Obtaining Drawing Dimensions:IpfcSelection,
Selecting Drawing Tables and Cells:IpfcSelection,
Drawing Table Segments:IpfcSelection,
Parametric Attachment:IpfcSelection,
Offset Attachment:IpfcSelection,
Getting ModelItem Objects:IpfcSelection,
Setting the User Defined References:IpfcSelection,
Analyzing Interference Information:IpfcSelection,
Structure of Assemblies and Assembly Objects:IpfcSelection,
Selection Level Action Listeners:IpfcSelection,
Exporting Using Coordinate System:IpfcSelection,
Managing Application Arguments:IpfcSelection Property Summary
Property | | as Double |
| |
| |
| The depth of the selection |
Property | | |
| |
| |
| The UV parameters |
Property | | |
| |
| |
| The component path |
Property | | |
| |
| |
| The point |
Property | | |
| |
| |
| The selected model item |
Property | | |
| |
| |
| The selected model |
Property | | |
| |
| |
| The table cell, or null, if the selection does not represent a drawing table cell selection. |
Property | | as Long [readonly, optional] |
| |
| |
| The drawing table segment, or null, if the selection does not contain a drawing table. |
Property | | |
| |
| |
| The drawing view, or null, if the selection does not contain a drawing view. |
Property | | as Double [optional] |
| |
| |
| The T parameter of an edge or curve |
Method Summary
Sub | |
| |
| |
| Displays the selection. Note that this is a one-time action (the next repaint will erase this display). |
Sub | |
| |
| |
| Highlights the selection in the current window. The selection remains highlighted until you call the Unhighlight() function. |
Sub | |
| |
| |
| |
Sub | |
| |
| |
| Removes the highlighting from the selection highlighted by a previous call to the Highlight() function. |
Property Detail
The depth of the selection
Exceptions thrown (but not limited to):
The UV parameters
The component path
The point
Exceptions thrown (but not limited to):
The selected model item
Exceptions thrown (but not limited to):
The selected model
Exceptions thrown (but not limited to):
The table cell, or null, if the selection does not represent a drawing table cell selection.
Property | SelTableSegment | | as Long [readonly, optional] |
The drawing table segment, or null, if the selection does not contain a drawing table.
The drawing view, or null, if the selection does not contain a drawing view.
Exceptions thrown (but not limited to):
Property | TParam | | as Double [optional] |
The T parameter of an edge or curve
Method Detail
Displays the selection. Note that this is a one-time action (the next repaint will erase this display).
User Guide References:
Highlights the selection in the current window. The selection remains highlighted until you call the Unhighlight() function.
Parameters:
Color
The highlight color
User Guide References:
Parameters:
ReferenceCsys
The reference coordinate system selection. This is Optional argument. Call this method without any argument to set default coordinate system. Reference CSYS is not supported for CADDS and NEUTRAL file types.
User Guide References:
Removes the highlighting from the selection highlighted by a previous call to the Highlight() function.
User Guide References: