|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.Const_Mesh | mesh [get, protected set] |
| | Result mesh of boolean operation, if error occurred it would be empty.
|
| unsafe MR.Const_FaceBitSet | meshABadContourFaces [get, protected set] |
| | If input contours have intersections, this face bit set presents faces of mesh A on which contours intersect.
|
| unsafe MR.Const_FaceBitSet | meshBBadContourFaces [get, protected set] |
| | If input contours have intersections, this face bit set presents faces of mesh B on which contours intersect.
|
| unsafe MR.Std.Const_String | errorString [get, protected set] |
| | Holds error message, empty if boolean succeed.
|
◆ Const_BooleanResult() [1/5]
| unsafe MR.Const_BooleanResult.Const_BooleanResult |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_BooleanResult() [2/5]
| unsafe MR.Const_BooleanResult.Const_BooleanResult |
( |
MR._ByValue_Mesh | mesh, |
|
|
MR._ByValue_FaceBitSet | meshABadContourFaces, |
|
|
MR._ByValue_FaceBitSet | meshBBadContourFaces, |
|
|
string | errorString ) |
|
inline |
◆ Const_BooleanResult() [3/5]
| unsafe MR.Const_BooleanResult.Const_BooleanResult |
( |
MR._ByValue_BooleanResult | _other | ) |
|
|
inline |
◆ Const_BooleanResult() [4/5]
◆ Const_BooleanResult() [5/5]
| MR.Const_BooleanResult.Const_BooleanResult |
( |
BooleanResult | _other | ) |
|
|
inline |
◆ arrow()
| unsafe MR.? Const_Mesh MR.Const_BooleanResult.arrow |
( |
| ) |
|
|
inline |
Generated from method MR::BooleanResult::operator->.
◆ deref()
Generated from method MR::BooleanResult::operator*.
◆ Dispose() [1/2]
| virtual void MR.Const_BooleanResult.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_BooleanResult.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ operator bool()
Generated from conversion operator MR::BooleanResult::operator bool.
◆ valid()
| unsafe bool MR.Const_BooleanResult.valid |
( |
| ) |
|
|
inline |
◆ errorString
| unsafe MR.Std.Const_String MR.Const_BooleanResult.errorString |
|
getprotected set |
Holds error message, empty if boolean succeed.
◆ mesh
Result mesh of boolean operation, if error occurred it would be empty.
◆ meshABadContourFaces
If input contours have intersections, this face bit set presents faces of mesh A on which contours intersect.
◆ meshBBadContourFaces
If input contours have intersections, this face bit set presents faces of mesh B on which contours intersect.
The documentation for this class was generated from the following file: