| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetCurveCount
()
Get method for attribute "CurveCount" The number of curves found in the layer. |
| String | GetName
()
Get method for attribute "Name" The name of the layer as stored in the external geometry file. |
| int | GetSurfaceCount
()
Get method for attribute "SurfaceCount" The number of surfaces found in the layer. |
| int | GetTrimmedSurfaceCount
()
Get method for attribute "TrimmedSurfaceCount" The number of trimmed surfaces found in the layer. |
| void | SetAction
(ImportAction Action)
Sets the behavior for Creo Parametric to use when importing this layer. |
| void | SetNewName
(String NewName)
Sets the new name for the imported layer. |
| Method Detail |
|---|
| GetName |
|---|
| String | GetName | () |
The name of the layer as stored in the external geometry file.
|
| GetSurfaceCount |
|---|
| int | GetSurfaceCount | () |
The number of surfaces found in the layer.
|
| GetCurveCount |
|---|
| int | GetCurveCount | () |
The number of curves found in the layer.
|
| GetTrimmedSurfaceCount |
|---|
| int | GetTrimmedSurfaceCount | () |
The number of trimmed surfaces found in the layer.
|
| SetNewName |
|---|
| void | SetNewName | (String NewName) |
Sets the new name for the imported layer.
|
| SetAction |
|---|
| void | SetAction | (ImportAction Action) |
Sets the behavior for Creo Parametric to use when importing this layer.
|