Library | Module

Interface IpfcImportedLayer



Description

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



Property Summary

PropertyCurveCountas Long
The number of curves found in the layer.
PropertyNameas String
The name of the layer as stored in the external geometry file.
PropertySurfaceCountas Long
The number of surfaces found in the layer.
PropertyTrimmedSurfaceCountas Long
The number of trimmed surfaces found in the layer.



Method Summary

SubSetAction (Action as IpfcImportAction)
Sets the behavior for Creo Parametric to use when importing this layer.
SubSetNewName (NewName as String)
Sets the new name for the imported layer.



Property Detail


PropertyCurveCountas Long

The number of curves found in the layer.




PropertyNameas String

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




PropertySurfaceCountas Long

The number of surfaces found in the layer.




PropertyTrimmedSurfaceCountas Long

The number of trimmed surfaces found in the layer.





Method Detail


SubSetAction (Action as IpfcImportAction)

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



SubSetNewName (NewName as String)

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