MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_CutMeshResult Class Reference
+ Inheritance diagram for MR.Const_CutMeshResult:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_CutMeshResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_CutMeshResult (MR.Std._ByValue_Vector_StdVectorMREdgeId resultCut, MR._ByValue_FaceBitSet fbsWithContourIntersections)
 Constructs MR.CutMeshResult elementwise.
 
unsafe Const_CutMeshResult (MR._ByValue_CutMeshResult _other)
 Generated from constructor MR.CutMeshResult.CutMeshResult.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.Const_Vector_StdVectorMREdgeId resultCut [get]
 Paths of new edges on mesh, they represent same contours as input, but already cut.
 
unsafe MR.Const_FaceBitSet fbsWithContourIntersections [get]
 
- Properties inherited from MR.Misc.Object< Const_CutMeshResult >
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_CutMeshResult >
bool _IsOwningVal
 

Property Documentation

◆ fbsWithContourIntersections

unsafe MR.Const_FaceBitSet MR.Const_CutMeshResult.fbsWithContourIntersections
get

Bitset of bad triangles - triangles where input contours have intersections and cannot be cut and filled in a good way

See also
MR.CutMeshParameters

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