Library | Module

Interface IpfcRelationExportInstructions



Description

Used to export a list of the relations and parameters in a part or assembly.

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



Method Summary

FunctionCCpfcRelationExportInstructions.Create () as IpfcRelationExportInstructions
Creates a new instructions object used to export a list of the relations and parameters in a part or assembly.



Method Detail


FunctionCCpfcRelationExportInstructions.Create () as IpfcRelationExportInstructions

Creates a new instructions object used to export a list of the relations and parameters in a part or assembly.

Using this export class is equivalent to using the RELATIONS > Edit Rel 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