| |
| |
| |
| |
|
Creo Parametric Database Item
|
String Identifier
|
ModelItemType
|
|---|---|---|
|
Datum point
|
point
|
ITEM_POINT
|
|
Datum axis
|
axis
|
ITEM_AXIS
|
|
Datum plane
|
datum
|
ITEM_SURFACE
|
|
Coordinate system datum
|
csys
|
ITEM_COORD_SYS
|
|
Feature
|
feature
|
ITEM_FEATURE
|
|
Edge (solid or datum surface)
|
edge
|
ITEM_EDGE
|
|
Edge (solid only)
|
sldedge
|
ITEM_EDGE
|
|
Edge (datum surface only)
|
qltedge
|
ITEM_EDGE
|
|
Datum curve
|
curve
|
ITEM_CURVE
|
|
Composite curve
|
comp_crv
|
ITEM_CURVE
|
|
Surface (solid or quilt)
|
surface
|
ITEM_SURFACE
|
|
Surface (solid)
|
sldface
|
ITEM_SURFACE
|
|
Surface (datum surface)
|
qltface
|
ITEM_SURFACE
|
|
Quilt
|
dtmqlt
|
ITEM_QUILT
|
|
Dimension
|
dimension
|
ITEM_DIMENSION
|
|
Reference dimension
|
ref_dim
|
ITEM_REF_DIMENSION
|
|
Integer parameter
|
ipar
|
ITEM_DIMENSION
|
|
Part
|
part
|
N/A
|
|
Part or subassembly
|
prt_or_asm
|
N/A
|
|
Assembly component model
|
component
|
N/A
|
|
Component or feature
|
membfeat
|
ITEM_FEATURE
|
|
Detail symbol
|
dtl_symbol
|
ITEM_DTL_SYM_INSTANCE
|
|
Note
|
any_note
|
ITEM_NOTE, ITEM_DTL_NOTE
|
|
Draft entity
|
draft_ent
|
ITEM_DTL_ENTITY
|
|
Table
|
dwg_table
|
ITEM_TABLE
|
|
Table cell
|
table_cell
|
ITEM_TABLE
|
|
Drawing view
|
dwg_view
|
N/A
|
|
Solid body
|
3d_body
|
ITEM_BODY
|
|
Datum Curve End
|
curve_end
|
ITEM_CRV_START or ITEM_CRV_END
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | For a selected model or model item use pfcSelection.SelModel or pfcSelection.SelItem. |
| • | For an assembly component use pfcSelection.Path. |
| • | For UV parameters of the selection point on a surface use pfcSelection.Params. |
| • | For the T parameter of the selection point on an edge or curve use pfcSelection.TParam. |
| • | For a three-dimensional point object that contains the selected point use pfcSelection.Point. |
| • | For selection depth, in screen coordinates use pfcSelection.Depth. |
| • | For the selected drawing view, if the selection was from a drawing, use pfcSelection.SelView2D. |
| • | For the selected table cell, if the selection was from a table, use pfcSelection.SelTableCell. |
| • | For the selected table segment, if the selection was from a table, use pfcSelection.SelTableSegment. |
| |
| |
| |
| |
| |
| |
| |
| • | First Level Selection Provides access to higher-level objects such as features or components. You can make a second level selection only after you
select the higher-level object.
|
| • | Second Level Selection Provides access to geometric objects such as edges and faces.
|
| • | Get the contents of the active selection buffer. |
| • | Remove the contents of the active selection buffer. |
| • | Add to the contents of the active selection buffer. |
| • | There is no current selection buffer active. |
| • | The selection does not refer to the current model. |
| • | The item is not currently displayed and so cannot be added to the buffer. |
| • | The selection cannot be added to the buffer in combination with one or more objects that are already in the buffer. For example: geometry and features cannot be selected in the default buffer at the same time. |