MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_ComputeSweptVolumeParameters Class Reference

Parameters for computeSweptVolume* functions Generated from class MR.ComputeSweptVolumeParameters. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ComputeSweptVolumeParameters:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ComputeSweptVolumeParameters (MR._ByValue_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_BoolFuncFromFloat cb)
 Constructs MR.ComputeSweptVolumeParameters elementwise.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_Polyline3 path [get]
 toolpath
 
unsafe MR.Const_MeshPart toolMesh [get]
 tool mesh
 
unsafe MR.? Const_EndMillTool toolSpec [get]
 
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_BoolFuncFromFloat cb [get]
 progress callback
 
- Properties inherited from MR.Misc.Object< Const_ComputeSweptVolumeParameters >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ComputeSweptVolumeParameters >
bool _IsOwningVal
 

Detailed Description

Parameters for computeSweptVolume* functions Generated from class MR.ComputeSweptVolumeParameters. This is the const half of the class.

Property Documentation

◆ toolSpec

unsafe MR.? Const_EndMillTool MR.Const_ComputeSweptVolumeParameters.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


The documentation for this class was generated from the following file: