| Library | Module | Frames | Expand |
| /* 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. | ||
| void | SetAction (pfcImportAction 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. | ||
| /* 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. |
| void | SetAction | (pfcImportAction 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.
|