Library | Module

Class pfcPrintMdlOption



Description

This interface is used to define the model for printing purpose.



Property Summary

booleanDrawFormat
true to display drawing format; false to skip drawing format.
numberFirstPage
First Page number.
numberLastPage
Last page number.
stringLayerName
Name of the layer.
booleanLayerOnly
true to display layer only; false to skip layer-only display.
pfcModelMdl
The object of the model to be printed.
numberQuality
Quality value for print.
booleanSegmented
true to display segmented; false to skip segmentation.
pfcPrintSheetsSheets
 
booleanUseDrawingSize
true to use drawing size; false to skip drawing size.
booleanUseSolidScale
true to use solid scale; false to skip solid scale.



Method Summary

static pfcPrintMdlOptionCreate ()
Creates an object used to define the model options for printing purpose.



Property Detail


booleanDrawFormat

true to display drawing format; false to skip drawing format.




numberFirstPage

First Page number.




numberLastPage

Last page number.




stringLayerName

Name of the layer.




booleanLayerOnly

true to display layer only; false to skip layer-only display.




pfcModelMdl

The object of the model to be printed.




numberQuality

Quality value for print.




booleanSegmented

true to display segmented; false to skip segmentation.




pfcPrintSheetsSheets

 




booleanUseDrawingSize

true to use drawing size; false to skip drawing size.




booleanUseSolidScale

true to use solid scale; false to skip solid scale.





Method Detail


static pfcPrintMdlOptionCreate ()

Creates an object used to define the model options for printing purpose.
Returns: