Structure contain boolean result. More...
Public Member Functions | |
| boolean | valid () |
| Returns true if boolean succeed, false otherwise. | |
Public Attributes | |
| string | errorString |
| Holds error message, empty if boolean succeed. | |
| Mesh | mesh |
| Result mesh of boolean operation, if error occurred it would be empty. | |
Structure contain boolean result.
Structure with parameters for boolean call.
This structure store result mesh of MR::boolean or some error info
| boolean BooleanResult::valid | ( | ) |
Returns true if boolean succeed, false otherwise.
| string BooleanResult::errorString |
Holds error message, empty if boolean succeed.
| Mesh BooleanResult::mesh |
Result mesh of boolean operation, if error occurred it would be empty.