Library | Module

Interface IpfcPrintMdlOption



Description

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



Property Summary

PropertyDrawFormatas Boolean
true to display drawing format; false to skip drawing format.
PropertyFirstPageas Long
First Page number.
PropertyLastPageas Long
Last page number.
PropertyLayerNameas String
Name of the layer.
PropertyLayerOnlyas Boolean
true to display layer only; false to skip layer-only display.
PropertyMdlas IpfcModel
The object of the model to be printed.
PropertyQualityas Long
Quality value for print.
PropertySegmentedas Boolean
true to display segmented; false to skip segmentation.
PropertySheetsas IpfcPrintSheets
 
PropertyUseDrawingSizeas Boolean
true to use drawing size; false to skip drawing size.
PropertyUseSolidScaleas Boolean
true to use solid scale; false to skip solid scale.



Method Summary

FunctionCCpfcPrintMdlOption.Create () as IpfcPrintMdlOption
Creates an object used to define the model options for printing purpose.



Property Detail


PropertyDrawFormatas Boolean

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




PropertyFirstPageas Long

First Page number.




PropertyLastPageas Long

Last page number.




PropertyLayerNameas String

Name of the layer.




PropertyLayerOnlyas Boolean

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




PropertyMdlas IpfcModel

The object of the model to be printed.




PropertyQualityas Long

Quality value for print.




PropertySegmentedas Boolean

true to display segmented; false to skip segmentation.




PropertySheetsas IpfcPrintSheets

 




PropertyUseDrawingSizeas Boolean

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




PropertyUseSolidScaleas Boolean

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





Method Detail


FunctionCCpfcPrintMdlOption.Create () as IpfcPrintMdlOption

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