| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetJoinSurfs
()
Get method for attribute "JoinSurfs" This bool attribute indicates if the surfaces whih do not quite meet will be joined or not. |
| boolean | GetMakeSolid
()
Get method for attribute "MakeSolid" This bool attribute indicates if solids will be made from every closed quilt. |
| OperationType | GetOperation
()
Get method for attribute "Operation" Operation to apply when making solid. |
| void | SetJoinSurfs
(boolean value)
Set method for attribute "JoinSurfs" This bool attribute indicates if the surfaces whih do not quite meet will be joined or not. |
| void | SetMakeSolid
(boolean value)
Set method for attribute "MakeSolid" This bool attribute indicates if solids will be made from every closed quilt. |
| void | SetOperation
(OperationType value)
Set method for attribute "Operation" Operation to apply when making solid. |
| Method Detail |
|---|
| GetJoinSurfs/SetJoinSurfs |
|---|
| boolean | GetJoinSurfs | () |
| void | SetJoinSurfs | (boolean value) |
| This bool attribute indicates if the surfaces whih do not quite meet will be joined or not. |
| GetMakeSolid/SetMakeSolid |
|---|
| boolean | GetMakeSolid | () |
| void | SetMakeSolid | (boolean value) |
| This bool attribute indicates if solids will be made from every closed quilt. |
| GetOperation/SetOperation |
|---|
| OperationType | GetOperation | () |
| void | SetOperation | (OperationType value) |
| Operation to apply when making solid. |