Structure contain boolean result This structure store result mesh of MR.boolean or some error info Generated from class MR.BooleanResult. This is the const half of the class. More...
Public Member Functions | |
| unsafe | BooleanResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | BooleanResult (MR._ByValue_Mesh mesh, MR._ByValue_FaceBitSet meshABadContourFaces, MR._ByValue_FaceBitSet meshBBadContourFaces, string errorString) |
| Constructs MR.BooleanResult elementwise. | |
| unsafe | BooleanResult (MR._ByValue_BooleanResult _other) |
| Generated from constructor MR.BooleanResult.BooleanResult. | |
| BooleanResult (Const_BooleanResult _other) | |
| Generated from constructor MR.BooleanResult.BooleanResult. | |
| BooleanResult (BooleanResult _other) | |
| Generated from constructor MR.BooleanResult.BooleanResult. | |
| unsafe MR.BooleanResult | assign (MR._ByValue_BooleanResult _other) |
| Generated from method MR::BooleanResult::operator=. | |
| unsafe new MR.Mesh | deref () |
| Generated from method MR::BooleanResult::operator*. | |
| unsafe new MR.? Mesh | arrow () |
| Generated from method MR::BooleanResult::operator->. | |
Properties | |
| new unsafe MR.Mesh | mesh [get, protected set] |
| Result mesh of boolean operation, if error occurred it would be empty. | |
| new unsafe MR.FaceBitSet | meshABadContourFaces [get, protected set] |
| If input contours have intersections, this face bit set presents faces of mesh A on which contours intersect. | |
| new unsafe MR.FaceBitSet | meshBBadContourFaces [get, protected set] |
| If input contours have intersections, this face bit set presents faces of mesh B on which contours intersect. | |
| new unsafe MR.Std.String | errorString [get, protected set] |
| Holds error message, empty if boolean succeed. | |
Structure contain boolean result This structure store result mesh of MR.boolean or some error info Generated from class MR.BooleanResult. This is the const half of the class.
Structure with parameters for boolean call Generated from class MR.BooleanParameters. This is the non-const half of the class.
Structure with parameters for boolean call Generated from class MR.BooleanParameters. This is the const half of the class.
Structure contain boolean result This structure store result mesh of MR.boolean or some error info Generated from class MR.BooleanResult. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.BooleanResult elementwise.
|
inline |
Generated from constructor MR.BooleanResult.BooleanResult.
|
inline |
Generated from constructor MR.BooleanResult.BooleanResult.
|
inline |
Generated from constructor MR.BooleanResult.BooleanResult.
|
inline |
Generated from method MR::BooleanResult::operator->.
|
inline |
Generated from method MR::BooleanResult::operator=.
|
inline |
Generated from method MR::BooleanResult::operator*.
|
getprotected set |
Holds error message, empty if boolean succeed.
|
getprotected set |
Result mesh of boolean operation, if error occurred it would be empty.
|
getprotected set |
If input contours have intersections, this face bit set presents faces of mesh A on which contours intersect.
|
getprotected set |
If input contours have intersections, this face bit set presents faces of mesh B on which contours intersect.