API Documentation > Classes > Class pfcImportedLayer
Class pfcImportedLayer
Description
Represents a layer being imported from an external geometry file.
Direct Parent Classes:
Property Summary
/* readonly */ number
The number of curves found in the layer.
/* readonly */ string
The name of the layer as stored in the external geometry file.
/* readonly */ number
The number of surfaces found in the layer.
/* readonly */ number
The number of trimmed surfaces found in the layer.
Method Summary
void
Sets the behavior for Creo Parametric to use when importing this layer.
void
SetNewName (string NewName)
Sets the new name for the imported layer.
Property Detail
/* readonly */ number
CurveCount
The number of curves found in the layer.
/* readonly */ string
Name
The name of the layer as stored in the external geometry file.
/* readonly */ number
SurfaceCount
The number of surfaces found in the layer.
/* readonly */ number
TrimmedSurfaceCount
The number of trimmed surfaces found in the layer.
Method Detail
void
SetAction
(pfcImportAction Action)
Sets the behavior for Creo Parametric to use when importing this layer.
Parameters:
Action
The required behavior.
void
SetNewName
(string NewName)
Sets the new name for the imported layer.
Parameters:
NewName
The new name.
Was this helpful?