Library | Module

Interface IpfcXSection



Description

This interface represents a cross-section in a Creo Parametric model.
Direct Parent Classes:
IpfcChild



Method Summary

SubDelete ()
Deletes the cross-section from the model.
SubDisplay ()
Shows the cross-section.
FunctionGetName () as String
Returns the name of the cross-section.
FunctionGetXSecType () as IpfcXSecType
Gets details about the cross-section.
SubRegenerate ()
Regenerates the cross-section.
SubSetName (Name as String)
Sets the cross-section name.



Method Detail


SubDelete ()

Deletes the cross-section from the model.



SubDisplay ()

Shows the cross-section.

The model must be displayed in a window.



FunctionGetName () as String

Returns the name of the cross-section.
Returns:
The cross-section name.



FunctionGetXSecType () as IpfcXSecType

Gets details about the cross-section.
Returns:
Object containing the intersection type and intersected object types.



SubRegenerate ()

Regenerates the cross-section.



SubSetName (Name as String)

Sets the cross-section name.
Parameters:
Name
The new name of the cross-section.