| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Surface | GetGeometry
()
Obtain surface geometry created by cross section by cutting specific body or quilt. |
| int | GetId
()
The Id of the body or the quilt being cut. |
| ModelItemType | GetType
()
Obtains the type of item - body or quilt. |
| /*optional*/ XSectionHatchStyle | GetXHatchStyle
(
/*optional*/
View2D DrawingView)
Obtains the cross-section xhatch style of body. |
| void | SetXHatchStyle
(XSectionHatchStyle Style,
/*optional*/
View2D DrawingView)
Sets cross-section xhatch style on body. If the xhatch style exists in the session, it will be set. |
| Method Detail |
|---|
| GetType |
|---|
| ModelItemType | GetType | () |
Obtains the type of item - body or quilt.
|
| GetId |
|---|
| int | GetId | () |
The Id of the body or the quilt being cut.
|
| GetGeometry |
|---|
| /*optional*/ Surface | GetGeometry | () |
Obtain surface geometry created by cross section by cutting specific body or quilt.
|
| SetXHatchStyle |
|---|
| void | SetXHatchStyle | (XSectionHatchStyle Style, /*optional*/ View2D DrawingView) |
Sets cross-section xhatch style on body. If the xhatch style exists in the session, it will be set.
|
| GetXHatchStyle |
|---|
| /*optional*/ XSectionHatchStyle | GetXHatchStyle | ( /*optional*/ View2D DrawingView) |
Obtains the cross-section xhatch style of body.
|