Library | Module

Interface IpfcRenderExportInstructions



Description

Used to export a part or assembly in RENDER format.

Using this export class is equivalent to using the File > Export > Model > RENDER> option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
IpfcRenderExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcCoordSysExportInstructions



Method Summary

FunctionCCpfcRenderExportInstructions.Create (CsysName as String [optional]) as IpfcRenderExportInstructions
Creates a new instructions object used to export a part or assembly in RENDER format.



Method Detail


FunctionCCpfcRenderExportInstructions.Create (CsysName as String [optional]) as IpfcRenderExportInstructions

Creates a new instructions object used to export a part or assembly in RENDER format.

Using this export class is equivalent to using the File > Export > Model > RENDER> option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
The return value must be passed to IpfcModel.Export() to produce the output file.
Parameters:
CsysName
The name of a coordinate-system feature in the model being exported. It is recommended that you use a coordinate system that places the part or assembly in its upper-right quadrant, so that all position/distance values are positive. Allowed to be null in case of export as Slice
Returns:
The instructions object