Library | Package Java Toolkit

Interface ImportedLayer

package com.ptc.pfc.pfcImport;

public interface ImportedLayer
  extends com.ptc.pfc.pfcObject.Object



Description

Represents a layer being imported from an external geometry file.



Method Summary
intGetCurveCount ()
    Get method for attribute "CurveCount"
    The number of curves found in the layer.
StringGetName ()
    Get method for attribute "Name"
    The name of the layer as stored in the external geometry file.
intGetSurfaceCount ()
    Get method for attribute "SurfaceCount"
    The number of surfaces found in the layer.
intGetTrimmedSurfaceCount ()
    Get method for attribute "TrimmedSurfaceCount"
    The number of trimmed surfaces found in the layer.
voidSetAction (ImportAction Action)
    Sets the behavior for Creo Parametric to use when importing this layer.
voidSetNewName (String NewName)
    Sets the new name for the imported layer.

Method Detail

GetName

StringGetName ()


    The name of the layer as stored in the external geometry file.
Manual References:
Interface: Modifying the Imported Layers, Interface: Modifying the Imported Layers



GetSurfaceCount

intGetSurfaceCount ()


    The number of surfaces found in the layer.
Manual References:
Interface: Modifying the Imported Layers, Interface: Modifying the Imported Layers



GetCurveCount

intGetCurveCount ()


    The number of curves found in the layer.
Manual References:
Interface: Modifying the Imported Layers, Interface: Modifying the Imported Layers



GetTrimmedSurfaceCount

intGetTrimmedSurfaceCount ()


    The number of trimmed surfaces found in the layer.
Manual References:
Interface: Modifying the Imported Layers, Interface: Modifying the Imported Layers



SetNewName

voidSetNewName (String NewName)


    Sets the new name for the imported layer.
Manual References:
Interface: Modifying the Imported Layers, Interface: Modifying the Imported Layers
Parameters:
NewName
The new name.
Returns:


SetAction

voidSetAction (ImportAction Action)


    Sets the behavior for Creo Parametric to use when importing this layer.
Manual References:
Interface: Modifying the Imported Layers
Parameters:
Action
The required behavior.
Returns: