Interface IpfcXSection
Description
This interface represents a cross-section in a Creo Parametric model.
Direct Parent Classes:
User Guide References:
Method Summary
Sub | |
| |
| |
| Deletes the cross-section from the model. |
Sub | |
| |
| |
| Shows the cross-section. |
Function | |
| |
| |
| Returns the name of the cross-section. |
Function | |
| |
| |
| Gets details about the cross-section. |
Sub | |
| |
| |
| Regenerates the cross-section. |
Sub | |
| |
| |
| Sets the cross-section name. |
Method Detail
Deletes the cross-section from the model.
User Guide References:
Shows the cross-section.
The model must be displayed in a window.
User Guide References:
Function | GetName | () as String |
Returns the name of the cross-section.
Returns:
The cross-section name.
User Guide References:
Gets details about the cross-section.
Returns:
Object containing the intersection type and intersected object types.
User Guide References:
Regenerates the cross-section.
User Guide References:
Sub | SetName | (Name as String) |
Sets the cross-section name.
Parameters:
Name
The new name of the cross-section.
User Guide References: