| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Delete
()
Deletes the cross-section from the model. |
| void | Display
()
Shows the cross-section. |
| String | GetName
()
Returns the name of the cross-section. |
| XSecType | GetXSecType
()
Gets details about the cross-section. |
| void | Regenerate
()
Regenerates the cross-section. |
| void | SetName
(String Name)
Sets the cross-section name. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| GetName |
|---|
| String | GetName | () |
Returns the name of the cross-section.
|
| SetName |
|---|
| void | SetName | (String Name) |
Sets the cross-section name.
|
| GetXSecType |
|---|
| XSecType | GetXSecType | () |
Gets details about the cross-section.
|
| Delete |
|---|
| void | Delete | () |
Deletes the cross-section from the model.
|
| Display |
|---|
| void | Display | () |
| Shows the cross-section.
The model must be displayed in a window.
|
| Regenerate |
|---|
| void | Regenerate | () |
Regenerates the cross-section.
|