Parameters structure for fixMeshCreases function Generated from class MR.FixCreasesParams. This is the non-const half of the class.
More...
|
| new unsafe ref float | creaseAngle [get] |
| | edges with dihedral angle sharper this will be considered as creases
|
| |
| new unsafe ref float | criticalTriAspectRatio [get] |
| | planar check is skipped for faces with worse aspect ratio
|
| |
| new unsafe ref int | maxIters [get] |
| | maximum number of algorithm iterations
|
| |
Parameters structure for fixMeshCreases function Generated from class MR.FixCreasesParams. This is the non-const half of the class.
◆ FixCreasesParams() [1/4]
| unsafe MR.FixCreasesParams.FixCreasesParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ FixCreasesParams() [2/4]
| unsafe MR.FixCreasesParams.FixCreasesParams |
( |
float | creaseAngle, |
|
|
float | criticalTriAspectRatio, |
|
|
int | maxIters ) |
|
inline |
◆ FixCreasesParams() [3/4]
| unsafe MR.FixCreasesParams.FixCreasesParams |
( |
MR.Const_FixCreasesParams | _other | ) |
|
|
inline |
Generated from constructor MR.FixCreasesParams.FixCreasesParams.
◆ FixCreasesParams() [4/4]
Generated from constructor MR.FixCreasesParams.FixCreasesParams.
◆ assign()
Generated from method MR.FixCreasesParams.operator=.
◆ creaseAngle
| new unsafe ref float MR.FixCreasesParams.creaseAngle |
|
get |
edges with dihedral angle sharper this will be considered as creases
◆ criticalTriAspectRatio
| new unsafe ref float MR.FixCreasesParams.criticalTriAspectRatio |
|
get |
planar check is skipped for faces with worse aspect ratio
◆ maxIters
| new unsafe ref int MR.FixCreasesParams.maxIters |
|
get |
maximum number of algorithm iterations
The documentation for this class was generated from the following file: