API Documentation > Interface Classes > Class pfcPrintMdlOption
Class pfcPrintMdlOption

# include <pfcExport.h>

class
pfcPrintMdlOption
: public virtual
xobject
{
xdeclare(pfcPrintMdlOption)
...
};
This is a
COMPACT class.

Description
This interface is used to define the model for printing purpose.
User Guide References:
Method Summary
Creates an object used to define the model options for printing purpose.
void
true to display drawing format; false to skip drawing format.
void
First Page number.
void
Last page number.
void
Name of the layer.
void
true to display layer only; false to skip layer-only display.
void
The object of the model to be printed.
void
Quality value for print.
void
true to display segmented; false to skip segmentation.
void
void
true to use drawing size; false to skip drawing size.
void
true to use solid scale; false to skip solid scale.
Method Detail
GetMdl
()
void
SetMdl
(pfcModel_ptr value)
The object of the model to be printed.
User Guide References:
GetQuality
()
void
SetQuality
(xint value)
Quality value for print.
User Guide References:
GetUseSolidScale
()
void
SetUseSolidScale
(xbool value)
true to use solid scale; false to skip solid scale.
User Guide References:
GetUseDrawingSize
()
void
SetUseDrawingSize
(xbool value)
true to use drawing size; false to skip drawing size.
User Guide References:
GetDrawFormat
()
void
SetDrawFormat
(xbool value)
true to display drawing format; false to skip drawing format.
User Guide References:
GetSegmented
()
void
SetSegmented
(xbool value)
true to display segmented; false to skip segmentation.
User Guide References:
GetLayerOnly
()
void
SetLayerOnly
(xbool value)
true to display layer only; false to skip layer-only display.
User Guide References:
GetLayerName
()
void
SetLayerName
(xrstring value)
Name of the layer.
User Guide References:
GetSheets
()
void
SetSheets
(pfcPrintSheets value)
User Guide References:
GetFirstPage
()
void
SetFirstPage
(xint value)
First Page number.
User Guide References:
GetLastPage
()
void
SetLastPage
(xint value)
Last page number.
User Guide References:
Create
()
Creates an object used to define the model options for printing purpose.
User Guide References:
Returns:
Was this helpful?