Library | Module

Interface IpfcPDFExportInstructions



Description

This interface is used to export a model to a PDF file. The model must be displayed in window
Direct Parent Classes:
IpfcExportInstructions



Property Summary

PropertyFilePathas String
The name of the output file.
PropertyOptionsas IpfcPDFOptions [optional]
The PDF export options. If null, the default values are used.
PropertyProfilePathas String [optional]
The Profile path. Can be null Currently used only for drawings If you specify non null Profile path the PDF export options will be ignored on call to IpfcModel.Export()



Method Summary

FunctionCCpfcPDFExportInstructions.Create () as IpfcPDFExportInstructions
Creates an instructions object used to export a solid model to a PDF file.



Property Detail


PropertyFilePathas String

The name of the output file.




PropertyOptionsas IpfcPDFOptions [optional]

The PDF export options. If null, the default values are used.




PropertyProfilePathas String [optional]

The Profile path. Can be null Currently used only for drawings If you specify non null Profile path the PDF export options will be ignored on call to IpfcModel.Export()





Method Detail


FunctionCCpfcPDFExportInstructions.Create () as IpfcPDFExportInstructions

Creates an instructions object used to export a solid model to a PDF file.
Returns: