Library | Module

Class pfcLayerExportOptions



Description

This interface contains options used to control the export of layers.
See Also:
pfcACIS3DExportInstructions, pfcCATIAModel3DExportInstructions, pfcIGES3DNewExportInstructions, pfcSTEP3DExportInstructions, pfcVDA3DExportInstructions



Property Summary

/* optional */ stringLayerSetupFile
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.
booleanUseAutoId
true to automatically assign unique integer ids to each layer, false to maintain the Creo Parametric layer names.



Method Summary

static pfcLayerExportOptionsCreate ()
Creates a new object used to indicate how layers should be treated during export of a model.



Property Detail


/* optional */ stringLayerSetupFile

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.




booleanUseAutoId

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





Method Detail


static pfcLayerExportOptionsCreate ()

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