Library | Module

Class pfcXSection



Description

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



Method Summary

voidDelete ()
Deletes the cross-section from the model.
voidDisplay ()
Shows the cross-section.
stringGetName ()
Returns the name of the cross-section.
pfcXSecTypeGetXSecType ()
Gets details about the cross-section.
voidRegenerate ()
Regenerates the cross-section.
voidSetName (string Name)
Sets the cross-section name.



Method Detail


voidDelete ()

Deletes the cross-section from the model.



voidDisplay ()

Shows the cross-section.

The model must be displayed in a window.



stringGetName ()

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



pfcXSecTypeGetXSecType ()

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



voidRegenerate ()

Regenerates the cross-section.



voidSetName (string Name)

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