Generated from class MR.FindInnerShellSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.Side | side [get] |
| | specifies which side of shell is of interest: negative or positive relative to mesh normals
|
| unsafe float | maxDistSq [get] |
| | specifies maximum squared distance from shell parts of interest to source mesh
|
| unsafe bool | useWindingNumber [get] |
| | if true, a slower algorithm is activated that is more robust in the presence of self-intersections on mesh
|
| unsafe float | windingNumberThreshold [get] |
| | positive side if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes
|
| unsafe int | 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
|
Generated from class MR.FindInnerShellSettings. This is the const half of the class.
◆ Const_FindInnerShellSettings() [1/4]
| unsafe MR.Const_FindInnerShellSettings.Const_FindInnerShellSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_FindInnerShellSettings() [2/4]
| unsafe MR.Const_FindInnerShellSettings.Const_FindInnerShellSettings |
( |
MR.Side | side, |
|
|
float | maxDistSq, |
|
|
bool | useWindingNumber, |
|
|
float | windingNumberThreshold, |
|
|
int | minVertsInComp ) |
|
inline |
◆ Const_FindInnerShellSettings() [3/4]
◆ Const_FindInnerShellSettings() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_FindInnerShellSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_FindInnerShellSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_maxDistSq
| unsafe float* MR.Const_FindInnerShellSettings.__ref_storage_maxDistSq |
|
protected |
◆ __ref_storage_minVertsInComp
| unsafe int* MR.Const_FindInnerShellSettings.__ref_storage_minVertsInComp |
|
protected |
◆ __ref_storage_side
| unsafe MR.Side* MR.Const_FindInnerShellSettings.__ref_storage_side |
|
protected |
◆ __ref_storage_useWindingNumber
| unsafe bool* MR.Const_FindInnerShellSettings.__ref_storage_useWindingNumber |
|
protected |
◆ __ref_storage_windingNumberThreshold
| unsafe float* MR.Const_FindInnerShellSettings.__ref_storage_windingNumberThreshold |
|
protected |
◆ maxDistSq
| unsafe float MR.Const_FindInnerShellSettings.maxDistSq |
|
get |
specifies maximum squared distance from shell parts of interest to source mesh
◆ minVertsInComp
| unsafe int MR.Const_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
| unsafe MR.Side MR.Const_FindInnerShellSettings.side |
|
get |
specifies which side of shell is of interest: negative or positive relative to mesh normals
◆ useWindingNumber
| unsafe bool MR.Const_FindInnerShellSettings.useWindingNumber |
|
get |
if true, a slower algorithm is activated that is more robust in the presence of self-intersections on mesh
◆ windingNumberThreshold
| unsafe float MR.Const_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: