This structure store result mesh of mrBoolean or some error info. More...
#include <MRMeshBoolean.h>
Public Attributes | |
MRMesh * | mesh |
Result mesh of boolean operation, if error occurred it would be empty. | |
MRString * | errorString |
Holds error message, empty if boolean succeed. | |
This structure store result mesh of mrBoolean or some error info.
MRString* MRBooleanResult::errorString |
Holds error message, empty if boolean succeed.
MRMesh* MRBooleanResult::mesh |
Result mesh of boolean operation, if error occurred it would be empty.