Library | Module

Interface IpfcLayerExportOptions



Description

This interface contains options used to control the export of layers.
See Also:
IpfcACIS3DExportInstructions, IpfcCATIAModel3DExportInstructions, IpfcIGES3DNewExportInstructions, IpfcSTEP3DExportInstructions, IpfcVDA3DExportInstructions



Property Summary

PropertyLayerSetupFileas String [optional]
Full path to the layer setup file, which contains mappings from the Creo Parametric layer names to layer names or ids that should be used in the exported file.
PropertyUseAutoIdas Boolean
true to automatically assign unique integer ids to each layer, false to maintain the Creo Parametric layer names.



Method Summary

FunctionCCpfcLayerExportOptions.Create () as IpfcLayerExportOptions
Creates a new object used to indicate how layers should be treated during export of a model.



Property Detail


PropertyLayerSetupFileas String [optional]

Full path to the layer setup file, which contains mappings from the Creo Parametric layer names to layer names or ids that should be used in the exported file.




PropertyUseAutoIdas Boolean

true to automatically assign unique integer ids to each layer, false to maintain the Creo Parametric layer names.





Method Detail


FunctionCCpfcLayerExportOptions.Create () as IpfcLayerExportOptions

Creates a new object used to indicate how layers should be treated during export of a model.
See Also:
IpfcModel.Export(), IpfcExport3DInstructions
Returns:
The new layer options object.