MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_BooleanResult Class Reference
+ 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.
 
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]
 Result mesh of boolean operation, if error occurred it would be empty.
 
unsafe MR.Const_FaceBitSet meshABadContourFaces [get]
 If input contours have intersections, this face bit set presents faces of mesh A on which contours intersect.
 
unsafe MR.Const_FaceBitSet meshBBadContourFaces [get]
 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]
 Holds error message, empty if boolean succeed.
 
- Properties inherited from MR.Misc.Object< Const_BooleanResult >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_BooleanResult >
bool _IsOwningVal
 

The documentation for this class was generated from the following file: