Enum pfcDrawingCreateErrorType
Description
This enumerated type contains the type of drawing creation errors.
-
See Also:
-
pfcXToolkitDrawingCreateErrors, pfcBaseSession.CreateDrawingFromTemplate()
Values
-
DWGCREATE_ERR_SAVED_VIEW_DOESNT_EXIST
- The saved view with the name specified does not exist.
-
DWGCREATE_ERR_X_SEC_DOESNT_EXIST
- The designated cross section does not exist.
-
DWGCREATE_ERR_EXPLODE_DOESNT_EXIST
- The named exploded state did not exist.
-
DWGCREATE_ERR_MODEL_NOT_EXPLODABLE
- The model cannot be exploded, and the template calls for an exploded view.
-
DWGCREATE_ERR_SEC_NOT_PERP
- The designated cross section was not perpendicular to the given view.
-
DWGCREATE_ERR_NO_RPT_REGIONS
-
-
DWGCREATE_ERR_FIRST_REGION_USED
- The repeat region was unable to use the region specified.
-
DWGCREATE_ERR_NOT_PROCESS_ASSEM
- The model is not a process assembly, and the template calls for a process assembly view.
-
DWGCREATE_ERR_NO_STEP_NUM
- The process step number indicated does not exist.
-
DWGCREATE_ERR_TEMPLATE_USED
-
-
DWGCREATE_ERR_NO_PARENT_VIEW_FOR_PROJ
- There is no possible parent view for this projected view.
-
DWGCREATE_ERR_CANT_GET_PROJ_PARENT
- Could not get the projected parent for a drawing view.
-
DWGCREATE_ERR_SEC_NOT_PARALLEL
- The designated cross section was not parallel to the created view.
-
DWGCREATE_ERR_SIMP_REP_DOESNT_EXIST
- The designated simplified rep does not exist.
-
DWGCRTERR_COMB_STATE_DOESNT_EXIST
-
-
DWGCRTERR_TOOL_DOESNT_EXIST
-
-
DWGCRTERR_NOT_ALL_BALLOONS_CLEANED_WRN
-
-
DrawingCreateErrorType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.