Generated from class MR.DivideMeshWithPlaneParams. This is the non-const half of the class.
More...
|
| new unsafe ref float | eps [get] |
| | if existing vertex is within eps distance from the plane, then move the vertex not introducing new ones
|
| new unsafe ref bool | fillCut [get] |
| | if set - function tries to fill cut after dividing (this operation might fail leading to "params.errors")
|
| new unsafe ref bool | subdivideFilling [get] |
| | if set and filled - function subdivides filling after cut
|
| new unsafe MR.? ObjectMeshData | otherPart [get, set] |
| | optional output other part of dividing (expected to be empty)
|
| new unsafe MR.Std.? Vector_StdString | errors [get, set] |
| | optional output list of errors that could possibly happen during 'divideMeshWithPlane' function call
|
Generated from class MR.DivideMeshWithPlaneParams. This is the non-const half of the class.
◆ DivideMeshWithPlaneParams() [1/4]
| unsafe MR.DivideMeshWithPlaneParams.DivideMeshWithPlaneParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DivideMeshWithPlaneParams() [2/4]
| unsafe MR.DivideMeshWithPlaneParams.DivideMeshWithPlaneParams |
( |
float | eps, |
|
|
bool | fillCut, |
|
|
bool | subdivideFilling, |
|
|
MR.ObjectMeshData? | otherPart, |
|
|
MR.Std.Vector_StdString? | errors ) |
|
inline |
◆ DivideMeshWithPlaneParams() [3/4]
| unsafe MR.DivideMeshWithPlaneParams.DivideMeshWithPlaneParams |
( |
MR.Const_DivideMeshWithPlaneParams | _other | ) |
|
|
inline |
◆ DivideMeshWithPlaneParams() [4/4]
◆ assign()
Generated from method MR::DivideMeshWithPlaneParams::operator=.
◆ eps
| new unsafe ref float MR.DivideMeshWithPlaneParams.eps |
|
get |
if existing vertex is within eps distance from the plane, then move the vertex not introducing new ones
◆ errors
| new unsafe MR.Std.? Vector_StdString MR.DivideMeshWithPlaneParams.errors |
|
getset |
optional output list of errors that could possibly happen during 'divideMeshWithPlane' function call
◆ fillCut
| new unsafe ref bool MR.DivideMeshWithPlaneParams.fillCut |
|
get |
if set - function tries to fill cut after dividing (this operation might fail leading to "params.errors")
◆ otherPart
optional output other part of dividing (expected to be empty)
◆ subdivideFilling
| new unsafe ref bool MR.DivideMeshWithPlaneParams.subdivideFilling |
|
get |
if set and filled - function subdivides filling after cut
The documentation for this class was generated from the following file: