| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetAsQuilts
()
Get method for attribute "AsQuilts" Whether or not to export as a set of quilts. |
| boolean | GetAsSolids
()
Get method for attribute "AsSolids" Whether or not to export as solid objects. |
| boolean | GetAsSurfaces
()
Get method for attribute "AsSurfaces" Whether or not to export as a set of surfaces. |
| boolean | GetAsWireframe
()
Get method for attribute "AsWireframe" Whether or not export as wireframe entities. |
| void | SetAsQuilts
(boolean value)
Set method for attribute "AsQuilts" Whether or not to export as a set of quilts. |
| void | SetAsSolids
(boolean value)
Set method for attribute "AsSolids" Whether or not to export as solid objects. |
| void | SetAsSurfaces
(boolean value)
Set method for attribute "AsSurfaces" Whether or not to export as a set of surfaces. |
| void | SetAsWireframe
(boolean value)
Set method for attribute "AsWireframe" Whether or not export as wireframe entities. |
| Method Detail |
|---|
| GetAsWireframe/SetAsWireframe |
|---|
| boolean | GetAsWireframe | () |
| void | SetAsWireframe | (boolean value) |
| Whether or not export as wireframe entities. |
| GetAsSolids/SetAsSolids |
|---|
| boolean | GetAsSolids | () |
| void | SetAsSolids | (boolean value) |
| Whether or not to export as solid objects. |
| GetAsSurfaces/SetAsSurfaces |
|---|
| boolean | GetAsSurfaces | () |
| void | SetAsSurfaces | (boolean value) |
| Whether or not to export as a set of surfaces. |
| GetAsQuilts/SetAsQuilts |
|---|
| boolean | GetAsQuilts | () |
| void | SetAsQuilts | (boolean value) |
| Whether or not to export as a set of quilts. |