Enum pfcParameterSelectionContext
# include <pfcModelItem.h>
enum pfcParameterSelectionContext
{
pfcPARAMSELECT_MODEL,
pfcPARAMSELECT_PART,
pfcPARAMSELECT_ASM,
pfcPARAMSELECT_FEATURE,
pfcPARAMSELECT_EDGE,
pfcPARAMSELECT_SURFACE,
pfcPARAMSELECT_QUILT,
pfcPARAMSELECT_CURVE,
pfcPARAMSELECT_COMPOSITE_CURVE,
pfcPARAMSELECT_INHERITED,
pfcPARAMSELECT_SKELETON,
pfcPARAMSELECT_COMPONENT,
pfcPARAMSELECT_ALLOW_SUBITEM_SELECTION,
pfcParameterSelectionContext_nil
};
Description
This enumerated type lists the possible parameter selection context type.
-
Manual References:
-
Dimensions and Parameters: Creating and Accessing Parameters
Values
-
pfcPARAMSELECT_MODEL
- Parameters will be selected from any model.
-
pfcPARAMSELECT_PART
- Parameters will be selected from any part.
-
pfcPARAMSELECT_ASM
- Parameters will be selected from any assembly.
-
pfcPARAMSELECT_FEATURE
- Parameters will be selected from any feature.
-
pfcPARAMSELECT_EDGE
- Parameters will be selected from any edge.
-
pfcPARAMSELECT_SURFACE
- Parameters will be selected from any surface.
-
pfcPARAMSELECT_QUILT
- Parameters will be selected from any quilt.
-
pfcPARAMSELECT_CURVE
- Parameters will be selected from any curve.
-
pfcPARAMSELECT_COMPOSITE_CURVE
- Parameters will be selected from any context curve.
-
pfcPARAMSELECT_INHERITED
- Parameters will be selected from any inherited item.
-
pfcPARAMSELECT_SKELETON
- Parameters will be selected from any skeleton.
-
pfcPARAMSELECT_COMPONENT
- Parameters will be selected from any component.
-
pfcPARAMSELECT_ALLOW_SUBITEM_SELECTION
-
-
pfcParameterSelectionContext_nil
- Enum null value.