API Documentation > Classes > Interface IpfcXSection
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
GetName () as String
Returns the name of the cross-section.
Function
Gets details about the cross-section.
Sub
Regenerates the cross-section.
Sub
SetName (Name as String)
Sets the cross-section name.
Method Detail
Sub
Delete
()
Deletes the cross-section from the model.
User Guide References:
Sub
Display
()
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:
Function
GetXSecType
Gets details about the cross-section.
Returns:
Object containing the intersection type and intersected object types.
User Guide References:
Sub
Regenerate
()
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:
Was this helpful?