Library | File

Enum pfcDrawingCreateOption

# include <pfcDrawing.h>

enum pfcDrawingCreateOption
{
    pfcDRAWINGCREATE_DISPLAY_DRAWING,
    pfcDRAWINGCREATE_SHOW_ERROR_DIALOG,
    pfcDRAWINGCREATE_WRITE_ERROR_FILE,
    pfcDRAWINGCREATE_PROMPT_UNKNOWN_PARAMS,
    pfcDrawingCreateOption_nil
};



Description

This enumerated type contains options when creating a drawing from a template.
See Also:
pfcBaseSession::CreateDrawingFromTemplate(xrstring, xrstring, pfcModelDescriptor_ptr, pfcDrawingCreateOptions_ptr)




Values

pfcDRAWINGCREATE_DISPLAY_DRAWING
Display the drawing after creating it.
pfcDRAWINGCREATE_SHOW_ERROR_DIALOG
Show the error dialog if drawing creation errors occur.
pfcDRAWINGCREATE_WRITE_ERROR_FILE
Write the error file if drawing creation errors occur.
pfcDRAWINGCREATE_PROMPT_UNKNOWN_PARAMS
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified.
pfcDrawingCreateOption_nil
Enum null value.