Enum pfcFacetControlFlag
# include <pfcModel.h>
enum pfcFacetControlFlag
{
pfcFACET_STEP_SIZE_ADJUST,
pfcFACET_CHORD_HEIGHT_ADJUST,
pfcFACET_USE_CONFIG,
pfcFACET_CHORD_HEIGHT_DEFAULT,
pfcFACET_ANGLE_CONTROL_DEFAULT,
pfcFACET_STEP_SIZE_DEFAULT,
pfcFACET_STEP_SIZE_OFF,
pfcFACET_FORCE_INTO_RANGE,
pfcFACET_INCLUDE_QUILTS,
pfcEXPORT_INCLUDE_ANNOTATIONS,
pfcFacetControlFlag_nil
};
Description
Use these flags to get a good facet quality without providing explicit control settings.
-
Manual References:
-
Interface: Exporting to Faceted Formats, Interface: Exporting Using Coordinate System
Values
-
pfcFACET_STEP_SIZE_ADJUST
- Adjust step size to a component size
-
pfcFACET_CHORD_HEIGHT_ADJUST
- Adjust chord height to a component size
-
pfcFACET_USE_CONFIG
- Use Creo Parametric config options.If you include this flag flags pfcFACET_STEP_SIZE_OFF,pfcFACET_STEP_SIZE_ADJUST,pfcFACET_CHORD_HEIGHT_ADJUST will be ignored
-
pfcFACET_CHORD_HEIGHT_DEFAULT
- Find the default chord height and use it
-
pfcFACET_ANGLE_CONTROL_DEFAULT
- Find the default angle control and use it
-
pfcFACET_STEP_SIZE_DEFAULT
- Find the default step size and use it
-
pfcFACET_STEP_SIZE_OFF
- Turn off the step size control
-
pfcFACET_FORCE_INTO_RANGE
- Force out-of-range parameters into range
-
pfcFACET_INCLUDE_QUILTS
- Include quilts
-
pfcEXPORT_INCLUDE_ANNOTATIONS
- Include annotations
-
pfcFacetControlFlag_nil
- Enum null value.