MeshLib C# Docs
Loading...
Searching...
No Matches

Result of a tool path computation Generated from class MR.ToolPathResult. This is the const half of the class. More...

Inheritance diagram for MR.Const_ToolPathResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ToolPathResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ToolPathResult (MR._ByValue_Mesh modifiedMesh, MR._ByValue_FaceBitSet modifiedRegion, MR.Std._ByValue_Vector_MRGCommand commands)
 Constructs MR.ToolPathResult elementwise.
unsafe Const_ToolPathResult (MR._ByValue_ToolPathResult _other)
 Generated from constructor MR.ToolPathResult.ToolPathResult.
 Const_ToolPathResult (Const_ToolPathResult _other)
 Generated from constructor MR.ToolPathResult.ToolPathResult.
 Const_ToolPathResult (ToolPathResult _other)
 Generated from constructor MR.ToolPathResult.ToolPathResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_Mesh modifiedMesh [get, protected set]
 mesh after fixing undercuts and offset
unsafe MR.Const_FaceBitSet modifiedRegion [get, protected set]
 selected region projected from the original mesh to the offset
unsafe MR.Std.Const_Vector_MRGCommand commands [get, protected set]
 contains type of movement and its feed

Detailed Description

Result of a tool path computation Generated from class MR.ToolPathResult. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ToolPathResult() [1/5]

unsafe MR.Const_ToolPathResult.Const_ToolPathResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ToolPathResult() [2/5]

unsafe MR.Const_ToolPathResult.Const_ToolPathResult ( MR._ByValue_Mesh modifiedMesh,
MR._ByValue_FaceBitSet modifiedRegion,
MR.Std._ByValue_Vector_MRGCommand commands )
inline

Constructs MR.ToolPathResult elementwise.

◆ Const_ToolPathResult() [3/5]

unsafe MR.Const_ToolPathResult.Const_ToolPathResult ( MR._ByValue_ToolPathResult _other)
inline

Generated from constructor MR.ToolPathResult.ToolPathResult.

◆ Const_ToolPathResult() [4/5]

MR.Const_ToolPathResult.Const_ToolPathResult ( Const_ToolPathResult _other)
inline

Generated from constructor MR.ToolPathResult.ToolPathResult.

◆ Const_ToolPathResult() [5/5]

MR.Const_ToolPathResult.Const_ToolPathResult ( ToolPathResult _other)
inline

Generated from constructor MR.ToolPathResult.ToolPathResult.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ToolPathResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ToolPathResult.Dispose ( bool disposing)
inlineprotectedvirtual

Property Documentation

◆ commands

unsafe MR.Std.Const_Vector_MRGCommand MR.Const_ToolPathResult.commands
getprotected set

contains type of movement and its feed

◆ modifiedMesh

unsafe MR.Const_Mesh MR.Const_ToolPathResult.modifiedMesh
getprotected set

mesh after fixing undercuts and offset

◆ modifiedRegion

unsafe MR.Const_FaceBitSet MR.Const_ToolPathResult.modifiedRegion
getprotected set

selected region projected from the original mesh to the offset


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