MeshLib C# Docs
Loading...
Searching...
No Matches
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.
 Const_CutMeshResult (Const_CutMeshResult _other)
 Generated from constructor MR.CutMeshResult.CutMeshResult.
 Const_CutMeshResult (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, protected set]
 Paths of new edges on mesh, they represent same contours as input, but already cut.
unsafe MR.Const_FaceBitSet fbsWithContourIntersections [get, protected set]
 Bitset of bad triangles - triangles where input contours have intersections and cannot be cut and filled in a good way.

Constructor & Destructor Documentation

◆ Const_CutMeshResult() [1/5]

unsafe MR.Const_CutMeshResult.Const_CutMeshResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CutMeshResult() [2/5]

unsafe MR.Const_CutMeshResult.Const_CutMeshResult ( MR.Std._ByValue_Vector_StdVectorMREdgeId resultCut,
MR._ByValue_FaceBitSet fbsWithContourIntersections )
inline

Constructs MR.CutMeshResult elementwise.

◆ Const_CutMeshResult() [3/5]

unsafe MR.Const_CutMeshResult.Const_CutMeshResult ( MR._ByValue_CutMeshResult _other)
inline

Generated from constructor MR.CutMeshResult.CutMeshResult.

◆ Const_CutMeshResult() [4/5]

MR.Const_CutMeshResult.Const_CutMeshResult ( Const_CutMeshResult _other)
inline

Generated from constructor MR.CutMeshResult.CutMeshResult.

◆ Const_CutMeshResult() [5/5]

MR.Const_CutMeshResult.Const_CutMeshResult ( CutMeshResult _other)
inline

Generated from constructor MR.CutMeshResult.CutMeshResult.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CutMeshResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_CutMeshResult.Dispose ( bool disposing)
inlineprotectedvirtual

Property Documentation

◆ fbsWithContourIntersections

unsafe MR.Const_FaceBitSet MR.Const_CutMeshResult.fbsWithContourIntersections
getprotected set

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

See also
MR.CutMeshParameters

◆ resultCut

unsafe MR.Std.Const_Vector_StdVectorMREdgeId MR.Const_CutMeshResult.resultCut
getprotected set

Paths of new edges on mesh, they represent same contours as input, but already cut.


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