Generated from class MR.FindInnerShellSettings. This is the non-const half of the class.
More...
|
| new unsafe ref MR.Side | side [get] |
| | specifies which side of shell is of interest: negative or positive relative to mesh normals
|
| |
| new unsafe ref float | maxDistSq [get] |
| | specifies maximum squared distance from shell parts of interest to source mesh
|
| |
| new unsafe ref bool | useWindingNumber [get] |
| | if true, a slower algorithm is activated that is more robust in the presence of self-intersections on mesh
|
| |
| new unsafe ref float | windingNumberThreshold [get] |
| |
| new unsafe ref int | minVertsInComp [get] |
| |
Generated from class MR.FindInnerShellSettings. This is the non-const half of the class.
◆ FindInnerShellSettings() [1/4]
| unsafe MR.FindInnerShellSettings.FindInnerShellSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ FindInnerShellSettings() [2/4]
| unsafe MR.FindInnerShellSettings.FindInnerShellSettings |
( |
MR.Side | side, |
|
|
float | maxDistSq, |
|
|
bool | useWindingNumber, |
|
|
float | windingNumberThreshold, |
|
|
int | minVertsInComp ) |
|
inline |
◆ FindInnerShellSettings() [3/4]
| unsafe MR.FindInnerShellSettings.FindInnerShellSettings |
( |
MR.Const_FindInnerShellSettings | _other | ) |
|
|
inline |
Generated from constructor MR.FindInnerShellSettings.FindInnerShellSettings.
◆ FindInnerShellSettings() [4/4]
Generated from constructor MR.FindInnerShellSettings.FindInnerShellSettings.
◆ assign()
Generated from method MR.FindInnerShellSettings.operator=.
◆ maxDistSq
| new unsafe ref float MR.FindInnerShellSettings.maxDistSq |
|
get |
specifies maximum squared distance from shell parts of interest to source mesh
◆ minVertsInComp
| new unsafe ref int MR.FindInnerShellSettings.minVertsInComp |
|
get |
components of proper side with smaller number of vertices than this value will be removed from the result; components of wrong side with smaller number of vertices than this value will be added to the result
◆ side
| new unsafe ref MR.Side MR.FindInnerShellSettings.side |
|
get |
specifies which side of shell is of interest: negative or positive relative to mesh normals
◆ useWindingNumber
| new unsafe ref bool MR.FindInnerShellSettings.useWindingNumber |
|
get |
if true, a slower algorithm is activated that is more robust in the presence of self-intersections on mesh
◆ windingNumberThreshold
| new unsafe ref float MR.FindInnerShellSettings.windingNumberThreshold |
|
get |
positive side if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes
The documentation for this class was generated from the following file: