Parameters structure for fixMeshCreases function Generated from class MR.FixCreasesParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | creaseAngle [get] |
| | edges with dihedral angle sharper this will be considered as creases
|
| unsafe float | criticalTriAspectRatio [get] |
| | planar check is skipped for faces with worse aspect ratio
|
| unsafe int | maxIters [get] |
| | maximum number of algorithm iterations
|
Parameters structure for fixMeshCreases function Generated from class MR.FixCreasesParams. This is the const half of the class.
◆ Const_FixCreasesParams() [1/4]
| unsafe MR.Const_FixCreasesParams.Const_FixCreasesParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_FixCreasesParams() [2/4]
| unsafe MR.Const_FixCreasesParams.Const_FixCreasesParams |
( |
float | creaseAngle, |
|
|
float | criticalTriAspectRatio, |
|
|
int | maxIters ) |
|
inline |
◆ Const_FixCreasesParams() [3/4]
◆ Const_FixCreasesParams() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_FixCreasesParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_FixCreasesParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_creaseAngle
| unsafe float* MR.Const_FixCreasesParams.__ref_storage_creaseAngle |
|
protected |
◆ __ref_storage_criticalTriAspectRatio
| unsafe float* MR.Const_FixCreasesParams.__ref_storage_criticalTriAspectRatio |
|
protected |
◆ __ref_storage_maxIters
| unsafe int* MR.Const_FixCreasesParams.__ref_storage_maxIters |
|
protected |
◆ creaseAngle
| unsafe float MR.Const_FixCreasesParams.creaseAngle |
|
get |
edges with dihedral angle sharper this will be considered as creases
◆ criticalTriAspectRatio
| unsafe float MR.Const_FixCreasesParams.criticalTriAspectRatio |
|
get |
planar check is skipped for faces with worse aspect ratio
◆ maxIters
| unsafe int MR.Const_FixCreasesParams.maxIters |
|
get |
maximum number of algorithm iterations
The documentation for this class was generated from the following file: