Library | Module

Interface IpfcModelInfoExportInstructions



Description

Used to export information about a model, including units information, features, and children.

Using this export class is equivalent to using the Info > Model option in Creo Parametric. Note that the exact information written to the file depends on the type of model involved. For more information, refer to the Core section of the Creo Parametric help.

Use IpfcFeatInfoExportInstructions to export information from a single feature in the model.
See Also:
IpfcModelInfoExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcExportInstructions



Method Summary

FunctionCCpfcModelInfoExportInstructions.Create () as IpfcModelInfoExportInstructions
Creates a new instructions object used to export information about a model, including units information, features, and children.



Method Detail


FunctionCCpfcModelInfoExportInstructions.Create () as IpfcModelInfoExportInstructions

Creates a new instructions object used to export information about a model, including units information, features, and children.

Using this export class is equivalent to using the Info > Model option in Creo Parametric. Note that the exact information written to the file depends on the type of model involved. For more information, refer to the Core section of the Creo Parametric help.

Use IpfcFeatInfoExportInstructions to export information from a single feature in the model.

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