|
| unsafe | ComputeSweptVolumeParameters (MR._ByValue_ComputeSweptVolumeParameters _other) |
| | Generated from constructor MR.ComputeSweptVolumeParameters.ComputeSweptVolumeParameters.
|
| | ComputeSweptVolumeParameters (Const_ComputeSweptVolumeParameters _other) |
| | Generated from constructor MR.ComputeSweptVolumeParameters.ComputeSweptVolumeParameters.
|
| | ComputeSweptVolumeParameters (ComputeSweptVolumeParameters _other) |
| | Generated from constructor MR.ComputeSweptVolumeParameters.ComputeSweptVolumeParameters.
|
| unsafe | ComputeSweptVolumeParameters (MR.Const_Polyline3 path, MR.Const_MeshPart toolMesh, MR.Const_EndMillTool? toolSpec, float voxelSize, ulong memoryLimit, MR.Std._ByValue_Function_Bool_From_Float cb) |
| | Constructs MR.ComputeSweptVolumeParameters elementwise.
|
| virtual void | Dispose () |
| unsafe | Const_ComputeSweptVolumeParameters (MR._ByValue_ComputeSweptVolumeParameters _other) |
| | Generated from constructor MR.ComputeSweptVolumeParameters.ComputeSweptVolumeParameters.
|
| | Const_ComputeSweptVolumeParameters (Const_ComputeSweptVolumeParameters _other) |
| | Generated from constructor MR.ComputeSweptVolumeParameters.ComputeSweptVolumeParameters.
|
| | Const_ComputeSweptVolumeParameters (ComputeSweptVolumeParameters _other) |
| | Generated from constructor MR.ComputeSweptVolumeParameters.ComputeSweptVolumeParameters.
|
| unsafe | Const_ComputeSweptVolumeParameters (MR.Const_Polyline3 path, MR.Const_MeshPart toolMesh, MR.Const_EndMillTool? toolSpec, float voxelSize, ulong memoryLimit, MR.Std._ByValue_Function_Bool_From_Float cb) |
| | Constructs MR.ComputeSweptVolumeParameters elementwise.
|
|
| new unsafe MR.MeshPart | toolMesh [get, protected set] |
| | tool mesh
|
| new unsafe MR.? Const_EndMillTool | toolSpec [get, set] |
| | tool specifications, can be used for more precise computations the tool spec and the tool mesh are expected to relate to the same tool if omitted, tool mesh is used
|
| new unsafe ref float | voxelSize [get] |
| | voxel size for internal voxel volumes
|
| new unsafe ref ulong | memoryLimit [get] |
| | (distance volume) max memory amount used for the distance volume, zero for no limits
|
| new unsafe MR.Std.Function_Bool_From_Float | cb [get, protected set] |
| | progress callback
|
| unsafe MR.Const_Polyline3 | path [get, protected set] |
| | toolpath
|
| unsafe MR.Const_MeshPart | toolMesh [get, protected set] |
| | tool mesh
|
| unsafe MR.? Const_EndMillTool | toolSpec [get] |
| | tool specifications, can be used for more precise computations the tool spec and the tool mesh are expected to relate to the same tool if omitted, tool mesh is used
|
| unsafe float | voxelSize [get] |
| | voxel size for internal voxel volumes
|
| unsafe ulong | memoryLimit [get] |
| | (distance volume) max memory amount used for the distance volume, zero for no limits
|
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| | progress callback
|
Parameters for computeSweptVolume* functions Generated from class MR.ComputeSweptVolumeParameters. This is the non-const half of the class.