Library | Module

Interface IpfcMaterialExportInstructions



Description

Used to export a material from a part.

Using this export class is equivalent to using the Setup > Material Write option in Creo Parametric. For more information, refer to the Core section of the Creo Parametric help.
See Also:
IpfcMaterialExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcExportInstructions



Method Summary

FunctionCCpfcMaterialExportInstructions.Create () as IpfcMaterialExportInstructions
Creates a new instructions object used to export a material from a part.



Method Detail


FunctionCCpfcMaterialExportInstructions.Create () as IpfcMaterialExportInstructions

Creates a new instructions object used to export a material from a part.

Using this export class is equivalent to using the Setup > Material Write option in Creo Parametric. For more information, refer to the Core section of the Creo Parametric help.

The return value must be passed to IpfcModel.Export() to produce the output file.
Returns:
The instructions object