| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| XSectionCutComponentItems | GetCutItems
()
Obtains the cut items (body/quilt) on the component. |
| /*optional*/ ComponentPath | GetPath
()
Path to the component being cut by cross-section. |
| /*optional*/ XSectionHatchStyle | GetXHatchStyle
(
/*optional*/
View2D DrawingView)
Obtains cross-section xhatch style of component. |
| void | SetXHatchStyle
(XSectionHatchStyle Style,
/*optional*/
View2D DrawingView)
Sets cross-section xhatch style on component. If the xhatch style exists in the session, it will be set. |
| Method Detail |
|---|
| GetCutItems |
|---|
| XSectionCutComponentItems | GetCutItems | () |
Obtains the cut items (body/quilt) on the component.
|
| GetPath |
|---|
| /*optional*/ ComponentPath | GetPath | () |
Path to the component being cut by cross-section.
|
| SetXHatchStyle |
|---|
| void | SetXHatchStyle | (XSectionHatchStyle Style, /*optional*/ View2D DrawingView) |
Sets cross-section xhatch style on component. If the xhatch style exists in the session, it will be set.
|
| GetXHatchStyle |
|---|
| /*optional*/ XSectionHatchStyle | GetXHatchStyle | ( /*optional*/ View2D DrawingView) |
Obtains cross-section xhatch style of component.
|