Parameters of MR.cutMesh This structure contains some options and optional outputs of MR.cutMesh function.
More...
|
| 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.
|
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.
◆ 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 |
◆ CutMeshParameters() [3/4]
| unsafe MR.CutMeshParameters.CutMeshParameters |
( |
MR.Const_CutMeshParameters | _other | ) |
|
|
inline |
◆ CutMeshParameters() [4/4]
◆ assign()
Generated from method MR::CutMeshParameters::operator=.
◆ 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: