Library | Package Java Toolkit

Interface LayerExportOptions

package com.ptc.pfc.pfcExport;

public interface LayerExportOptions
  extends jxobject



Description

This interface contains options used to control the export of layers.
See Also:
ACIS3DExportInstructions, CATIAModel3DExportInstructions, IGES3DNewExportInstructions, STEP3DExportInstructions, VDA3DExportInstructions



Method Summary
/*optional*/ StringGetLayerSetupFile ()
    Get method for attribute "LayerSetupFile"
    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.
booleanGetUseAutoId ()
    Get method for attribute "UseAutoId"
    true to automatically assign unique integer ids to each layer, false to maintain the Creo Parametric layer names.
voidSetLayerSetupFile ( /*optional*/ String value)
    Set method for attribute "LayerSetupFile"
    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.
voidSetUseAutoId (boolean value)
    Set method for attribute "UseAutoId"
    true to automatically assign unique integer ids to each layer, false to maintain the Creo Parametric layer names.

Method Detail

GetUseAutoId/SetUseAutoId

booleanGetUseAutoId ()
voidSetUseAutoId (boolean value)


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



GetLayerSetupFile/SetLayerSetupFile

/*optional*/ StringGetLayerSetupFile ()
voidSetLayerSetupFile ( /*optional*/ String value)


    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.