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

Classes

struct  _Underlying
 

Public Types

enum  ForceFill : int { None = 0 , Good = 1 , All = 2 }
 This enum defines the MR.cutMesh behaviour in case of bad faces acure basicaly MR.cutMesh removes all faces which contours pass through, adds new edges to topology and fills all removed parts. More...
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_CutMeshParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_CutMeshParameters (MR.Const_SortIntersectionsData? sortData, MR.FaceMap? new2OldMap, MR.CutMeshParameters.ForceFill forceFillMode, MR.NewEdgesMap? new2oldEdgesMap)
 Constructs MR.CutMeshParameters elementwise.
 
unsafe Const_CutMeshParameters (MR.Const_CutMeshParameters _other)
 Generated from constructor MR.CutMeshParameters.CutMeshParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? Const_SortIntersectionsData sortData [get]
 
unsafe MR.? FaceMap new2OldMap [get]
 This is optional output - map from newly generated faces to old faces (N-1)
 
unsafe MR.CutMeshParameters.ForceFill forceFillMode [get]
 
unsafe MR.? NewEdgesMap new2oldEdgesMap [get]
 Optional output map for each new edge introduced after cut maps edge from old topology or old face.
 
- Properties inherited from MR.Misc.Object< Const_CutMeshParameters >
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_CutMeshParameters >
bool _IsOwningVal
 

Member Enumeration Documentation

◆ ForceFill

This enum defines the MR.cutMesh behaviour in case of bad faces acure basicaly MR.cutMesh removes all faces which contours pass through, adds new edges to topology and fills all removed parts.

Note
Bad faces here mean faces where contours have intersections and cannot be cut and filled in an good way

Property Documentation

◆ sortData

unsafe MR.? Const_SortIntersectionsData MR.Const_CutMeshParameters.sortData
get

This is optional input for better contours resolving
it provides additional info from other mesh used in boolean operation, useful to solve some degeneration

Note
Most likely you don't need this in case you call MR.cutMesh manualy, use case of it is MR.boolean

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