MeshLib C# Docs
Loading...
Searching...
No Matches
MR.CutMeshParameters Struct Reference

Parameters of MR.cutMesh This structure contains some options and optional outputs of MR.cutMesh function. More...

Inheritance diagram for MR.CutMeshParameters:

Public Member Functions

unsafe CutMeshParameters ()
 Constructs an empty (default-constructed) instance.
unsafe CutMeshParameters (MR.Const_SortIntersectionsData? sortData, MR.FaceMap? new2OldMap, MR.CutMeshParameters.ForceFill forceFillMode, MR.NewEdgesMap? new2oldEdgesMap)
 Constructs MR.CutMeshParameters elementwise.
unsafe CutMeshParameters (MR.Const_CutMeshParameters _other)
 Generated from constructor MR.CutMeshParameters.CutMeshParameters.
 CutMeshParameters (CutMeshParameters _other)
 Generated from constructor MR.CutMeshParameters.CutMeshParameters.
unsafe MR.CutMeshParameters assign (MR.Const_CutMeshParameters _other)
 Generated from method MR::CutMeshParameters::operator=.
Public Member Functions inherited from MR.Const_CutMeshParameters
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.
 Const_CutMeshParameters (CutMeshParameters _other)
 Generated from constructor MR.CutMeshParameters.CutMeshParameters.

Properties

new unsafe MR.? Const_SortIntersectionsData sortData [get, set]
 This is optional input for better contours resolving
it provides additional info from other mesh used in boolean operation, useful to solve some degeneration.
new unsafe MR.? FaceMap new2OldMap [get, set]
 This is optional output - map from newly generated faces to old faces (N-1)
new unsafe ref MR.CutMeshParameters.ForceFill forceFillMode [get]
new unsafe MR.? NewEdgesMap new2oldEdgesMap [get, set]
 Optional output map for each new edge introduced after cut maps edge from old topology or old face.
Properties inherited from MR.Const_CutMeshParameters
unsafe MR.? Const_SortIntersectionsData 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.
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.

Additional Inherited Members

Public Types inherited from MR.Const_CutMeshParameters
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...
Protected Member Functions inherited from MR.Const_CutMeshParameters
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_CutMeshParameters
unsafe MR.Const_SortIntersectionsData._Underlying ** __ptr_storage_sortData
unsafe MR.FaceMap._Underlying ** __ptr_storage_new2OldMap
unsafe MR.CutMeshParameters.ForceFill__ref_storage_forceFillMode
unsafe MR.NewEdgesMap._Underlying ** __ptr_storage_new2oldEdgesMap

Detailed Description

Parameters of MR.cutMesh This structure contains some options and optional outputs of MR.cutMesh function.

See also
MR.CutMeshResult Generated from class MR.CutMeshParameters. This is the const half of the class.
MR.CutMeshResult Generated from class MR.CutMeshParameters. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ CutMeshParameters() [1/4]

unsafe MR.CutMeshParameters.CutMeshParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ CutMeshParameters() [2/4]

unsafe MR.CutMeshParameters.CutMeshParameters ( MR.Const_SortIntersectionsData? sortData,
MR.FaceMap? new2OldMap,
MR.CutMeshParameters.ForceFill forceFillMode,
MR.NewEdgesMap? new2oldEdgesMap )
inline

Constructs MR.CutMeshParameters elementwise.

◆ CutMeshParameters() [3/4]

unsafe MR.CutMeshParameters.CutMeshParameters ( MR.Const_CutMeshParameters _other)
inline

Generated from constructor MR.CutMeshParameters.CutMeshParameters.

◆ CutMeshParameters() [4/4]

MR.CutMeshParameters.CutMeshParameters ( CutMeshParameters _other)
inline

Generated from constructor MR.CutMeshParameters.CutMeshParameters.

Member Function Documentation

◆ assign()

unsafe MR.CutMeshParameters MR.CutMeshParameters.assign ( MR.Const_CutMeshParameters _other)
inline

Generated from method MR::CutMeshParameters::operator=.

Property Documentation

◆ forceFillMode

new unsafe ref MR.CutMeshParameters.ForceFill MR.CutMeshParameters.forceFillMode
get

◆ new2oldEdgesMap

new unsafe MR.? NewEdgesMap MR.CutMeshParameters.new2oldEdgesMap
getset

Optional output map for each new edge introduced after cut maps edge from old topology or old face.

◆ new2OldMap

new unsafe MR.? FaceMap MR.CutMeshParameters.new2OldMap
getset

This is optional output - map from newly generated faces to old faces (N-1)

◆ sortData

new unsafe MR.? Const_SortIntersectionsData MR.CutMeshParameters.sortData
getset

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 struct was generated from the following file: