| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | AreSurfacesJoined
()
Get method for attribute "SurfacesJoined" The value for join surfaces. |
| boolean | GetAddBodies
()
Get method for attribute "AddBodies" If set to |
| /*optional*/ Selections | GetBodyArray
()
Get method for attribute "BodyArray" The value of body size array. This is 1 at present. |
| ImportBodyUseOpts | GetBodyUseOpts
()
Get method for attribute "BodyUseOpts" The value to use solid body option. |
| boolean | IsAdded
()
Get method for attribute "Added" The value set for cut or add. |
| boolean | MakeSolid
()
Get method for attribute "Solid" The value to make solid from closed quilt. |
| void | SetAddBodies
(boolean value)
Set method for attribute "AddBodies" If set to |
| void | SetAdded
(boolean value)
Set method for attribute "Added" The value set for cut or add. |
| void | SetBodyArray
(
/*optional*/
Selections value)
Set method for attribute "BodyArray" The value of body size array. This is 1 at present. |
| void | SetBodyUseOpts
(ImportBodyUseOpts value)
Set method for attribute "BodyUseOpts" The value to use solid body option. |
| void | SetSolid
(boolean value)
Set method for attribute "Solid" The value to make solid from closed quilt. |
| void | SetSurfacesJoined
(boolean value)
Set method for attribute "SurfacesJoined" The value for join surfaces. |
| Method Detail |
|---|
| AreSurfacesJoined/SetSurfacesJoined |
|---|
| boolean | AreSurfacesJoined | () |
| void | SetSurfacesJoined | (boolean value) |
The value for join surfaces.
|
| MakeSolid/SetSolid |
|---|
| boolean | MakeSolid | () |
| void | SetSolid | (boolean value) |
The value to make solid from closed quilt.
|
| IsAdded/SetAdded |
|---|
| boolean | IsAdded | () |
| void | SetAdded | (boolean value) |
The value set for cut or add.
|
| GetAddBodies/SetAddBodies |
|---|
| boolean | GetAddBodies | () |
| void | SetAddBodies | (boolean value) |
If set to
|
| GetBodyUseOpts/SetBodyUseOpts |
|---|
| ImportBodyUseOpts | GetBodyUseOpts | () |
| void | SetBodyUseOpts | (ImportBodyUseOpts value) |
The value to use solid body option.
|
| GetBodyArray/SetBodyArray |
|---|
| /*optional*/ Selections | GetBodyArray | () |
| void | SetBodyArray | ( /*optional*/ Selections value) |
The value of body size array. This is 1 at present.
|