Library | Module

Interface IpfcVDAExportInstructions



Description

Used to export a part or assembly in VDA format.

This interface has been deprecated, use IpfcVDA3DExportInstructions for more export options.

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



Method Summary

FunctionCCpfcVDAExportInstructions.Create (Flags as IpfcGeomExportFlags) as IpfcVDAExportInstructions
Creates a new instructions object used to export a part or assembly in VDA format.



Method Detail


FunctionCCpfcVDAExportInstructions.Create (Flags as IpfcGeomExportFlags) as IpfcVDAExportInstructions

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

This method has been deprecated, use IpfcSTEP3DExportInstructions.Create() for more export options.

Using this export class is equivalent to using the File > Export > VDA 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:
Flags
A IpfcGeomExportFlags object that specifies extend-surface and Bezier settings.
Returns:
The new instructions object