Library | Package Java Toolkit

Interface XSection

package com.ptc.pfc.pfcXSection;

public interface XSection
  extends com.ptc.pfc.pfcObject.Child



Description

This interface represents a cross-section in a Creo Parametric model.
Direct Known Subclasses:
WXSection



Method Summary
voidDelete ()
    Deletes the cross-section from the model.
voidDisplay ()
    Shows the cross-section.
StringGetName ()
    Returns the name of the cross-section.
XSecTypeGetXSecType ()
    Gets details about the cross-section.
voidRegenerate ()
    Regenerates the cross-section.
voidSetName (String Name)
    Sets the cross-section name.

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Method Detail

GetName

StringGetName ()


    Returns the name of the cross-section.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Returns:
The cross-section name.


SetName

voidSetName (String Name)


    Sets the cross-section name.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Parameters:
Name
The new name of the cross-section.
Returns:


GetXSecType

XSecTypeGetXSecType ()


    Gets details about the cross-section.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Returns:
Object containing the intersection type and intersected object types.


Delete

voidDelete ()


    Deletes the cross-section from the model.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Returns:


Display

voidDisplay ()


    Shows the cross-section.

The model must be displayed in a window.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Returns:


Regenerate

voidRegenerate ()


    Regenerates the cross-section.
Manual References:
Cross Sections: Listing Cross Sections
Returns: