Library | Module

Class pfcImportedLayer



Description

Represents a layer being imported from an external geometry file.
Direct Parent Classes:
pfcObject



Property Summary

/* readonly */ numberCurveCount
The number of curves found in the layer.
/* readonly */ stringName
The name of the layer as stored in the external geometry file.
/* readonly */ numberSurfaceCount
The number of surfaces found in the layer.
/* readonly */ numberTrimmedSurfaceCount
The number of trimmed surfaces found in the layer.



Method Summary

voidSetAction (pfcImportAction Action)
Sets the behavior for Creo Parametric to use when importing this layer.
voidSetNewName (string NewName)
Sets the new name for the imported layer.



Property Detail


/* readonly */ numberCurveCount

The number of curves found in the layer.




/* readonly */ stringName

The name of the layer as stored in the external geometry file.




/* readonly */ numberSurfaceCount

The number of surfaces found in the layer.




/* readonly */ numberTrimmedSurfaceCount

The number of trimmed surfaces found in the layer.





Method Detail


voidSetAction (pfcImportAction Action)

Sets the behavior for Creo Parametric to use when importing this layer.
Parameters:
Action
The required behavior.



voidSetNewName (string NewName)

Sets the new name for the imported layer.
Parameters:
NewName
The new name.