MeshLib C# Docs
Loading...
Searching...
No Matches
Inheritance diagram for MR.Const_BooleanResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BooleanResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_BooleanResult (MR._ByValue_Mesh mesh, MR._ByValue_FaceBitSet meshABadContourFaces, MR._ByValue_FaceBitSet meshBBadContourFaces, string errorString)
 Constructs MR.BooleanResult elementwise.
unsafe Const_BooleanResult (MR._ByValue_BooleanResult _other)
 Generated from constructor MR.BooleanResult.BooleanResult.
 Const_BooleanResult (Const_BooleanResult _other)
 Generated from constructor MR.BooleanResult.BooleanResult.
 Const_BooleanResult (BooleanResult _other)
 Generated from constructor MR.BooleanResult.BooleanResult.
unsafe bool valid ()
 Returns true if boolean succeed, false otherwise Generated from method MR.BooleanResult.valid.
unsafe MR.Const_Mesh deref ()
 Generated from method MR::BooleanResult::operator*.
unsafe MR.? Const_Mesh arrow ()
 Generated from method MR::BooleanResult::operator->.

Static Public Member Functions

static unsafe implicit operator bool (MR.Const_BooleanResult _this)
 Generated from conversion operator MR::BooleanResult::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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.

Constructor & Destructor Documentation

◆ 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

Constructs MR.BooleanResult elementwise.

◆ Const_BooleanResult() [3/5]

unsafe MR.Const_BooleanResult.Const_BooleanResult ( MR._ByValue_BooleanResult _other)
inline

Generated from constructor MR.BooleanResult.BooleanResult.

◆ Const_BooleanResult() [4/5]

MR.Const_BooleanResult.Const_BooleanResult ( Const_BooleanResult _other)
inline

Generated from constructor MR.BooleanResult.BooleanResult.

◆ Const_BooleanResult() [5/5]

MR.Const_BooleanResult.Const_BooleanResult ( BooleanResult _other)
inline

Generated from constructor MR.BooleanResult.BooleanResult.

Member Function Documentation

◆ arrow()

unsafe MR.? Const_Mesh MR.Const_BooleanResult.arrow ( )
inline

Generated from method MR::BooleanResult::operator->.

◆ deref()

unsafe MR.Const_Mesh MR.Const_BooleanResult.deref ( )
inline

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()

unsafe implicit MR.Const_BooleanResult.operator bool ( MR.Const_BooleanResult _this)
inlinestatic

Generated from conversion operator MR::BooleanResult::operator bool.

◆ valid()

unsafe bool MR.Const_BooleanResult.valid ( )
inline

Returns true if boolean succeed, false otherwise Generated from method MR.BooleanResult.valid.

Property Documentation

◆ errorString

unsafe MR.Std.Const_String MR.Const_BooleanResult.errorString
getprotected set

Holds error message, empty if boolean succeed.

◆ mesh

unsafe MR.Const_Mesh MR.Const_BooleanResult.mesh
getprotected set

Result mesh of boolean operation, if error occurred it would be empty.

◆ meshABadContourFaces

unsafe MR.Const_FaceBitSet MR.Const_BooleanResult.meshABadContourFaces
getprotected set

If input contours have intersections, this face bit set presents faces of mesh A on which contours intersect.

◆ meshBBadContourFaces

unsafe MR.Const_FaceBitSet MR.Const_BooleanResult.meshBBadContourFaces
getprotected set

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: