Enum pfcExport2DSheetOption
# include <pfcModel.h>
enum pfcExport2DSheetOption
{
pfcEXPORT_CURRENT_TO_MODEL_SPACE,
pfcEXPORT_CURRENT_TO_PAPER_SPACE,
pfcEXPORT_ALL,
pfcEXPORT_SELECTED,
pfcExport2DSheetOption_nil
};
Description
This enumerated type specifies the sheet options used for exporting drawings.
Values
-
pfcEXPORT_CURRENT_TO_MODEL_SPACE
- Default: Exports only the drawing's current sheet to model space
-
pfcEXPORT_CURRENT_TO_PAPER_SPACE
- Exports only the drawing's current sheet to paper space. This is the same as EXPORT_CURRENT_TO_MODEL_SPACE for formats which do not support the concept of model and paper space.
-
pfcEXPORT_ALL
- Exports all sheet to single file (as paper space, if applicable to the format type)
-
pfcEXPORT_SELECTED
- Exports selected sheets to the file as paper space (set using pfcModel::Export2DOption::SetSheets) and/or one sheet to model space (set using pfcModel::Export2DOption::SetModelSpaceSheet)
-
pfcExport2DSheetOption_nil
- Enum null value.