| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| CableDisplayStyle | GetCableStyle
()
Get method for attribute "CableStyle" The display style for cables. |
| boolean | GetRemoveQuiltHiddenLines
()
Get method for attribute "RemoveQuiltHiddenLines" true to remove quilt hidden lines, false otherwise. |
| boolean | GetShowConceptModel
()
Get method for attribute "ShowConceptModel" true to include the skeleton model in the display, false otherwise. |
| boolean | GetShowWeldXSection
()
Get method for attribute "ShowWeldXSection" true to show weld cross sections in the display, false otherwise. |
| DisplayStyle | GetStyle
()
Get method for attribute "Style" The display style for hidden lines. |
| TangentEdgeDisplayStyle | GetTangentStyle
()
Get method for attribute "TangentStyle" The display style for tangent lines. |
| void | SetCableStyle
(CableDisplayStyle value)
Set method for attribute "CableStyle" The display style for cables. |
| void | SetRemoveQuiltHiddenLines
(boolean value)
Set method for attribute "RemoveQuiltHiddenLines" true to remove quilt hidden lines, false otherwise. |
| void | SetShowConceptModel
(boolean value)
Set method for attribute "ShowConceptModel" true to include the skeleton model in the display, false otherwise. |
| void | SetShowWeldXSection
(boolean value)
Set method for attribute "ShowWeldXSection" true to show weld cross sections in the display, false otherwise. |
| void | SetStyle
(DisplayStyle value)
Set method for attribute "Style" The display style for hidden lines. |
| void | SetTangentStyle
(TangentEdgeDisplayStyle value)
Set method for attribute "TangentStyle" The display style for tangent lines. |
| Method Detail |
|---|
| GetStyle/SetStyle |
|---|
| DisplayStyle | GetStyle | () |
| void | SetStyle | (DisplayStyle value) |
| The display style for hidden lines. |
| GetTangentStyle/SetTangentStyle |
|---|
| TangentEdgeDisplayStyle | GetTangentStyle | () |
| void | SetTangentStyle | (TangentEdgeDisplayStyle value) |
| The display style for tangent lines. |
| GetCableStyle/SetCableStyle |
|---|
| CableDisplayStyle | GetCableStyle | () |
| void | SetCableStyle | (CableDisplayStyle value) |
| The display style for cables. |
| GetRemoveQuiltHiddenLines/SetRemoveQuiltHiddenLines |
|---|
| boolean | GetRemoveQuiltHiddenLines | () |
| void | SetRemoveQuiltHiddenLines | (boolean value) |
| true to remove quilt hidden lines, false otherwise. |
| GetShowConceptModel/SetShowConceptModel |
|---|
| boolean | GetShowConceptModel | () |
| void | SetShowConceptModel | (boolean value) |
| true to include the skeleton model in the display, false otherwise. |
| GetShowWeldXSection/SetShowWeldXSection |
|---|
| boolean | GetShowWeldXSection | () |
| void | SetShowWeldXSection | (boolean value) |
| true to show weld cross sections in the display, false otherwise. |