Library | Module

Class pfcPDFExportInstructions



Description

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



Property Summary

stringFilePath
The name of the output file.
/* optional */ pfcPDFOptionsOptions
The PDF export options. If null, the default values are used.
/* optional */ stringProfilePath
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 pfcModel.Export()



Method Summary

static pfcPDFExportInstructionsCreate ()
Creates an instructions object used to export a solid model to a PDF file.



Property Detail


stringFilePath

The name of the output file.




/* optional */ pfcPDFOptionsOptions

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




/* optional */ stringProfilePath

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 pfcModel.Export()





Method Detail


static pfcPDFExportInstructionsCreate ()

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