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

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

Inheritance diagram for MR.ToolPathResult:

Public Member Functions

unsafe ToolPathResult ()
 Constructs an empty (default-constructed) instance.
unsafe ToolPathResult (MR._ByValue_Mesh modifiedMesh, MR._ByValue_FaceBitSet modifiedRegion, MR.Std._ByValue_Vector_MRGCommand commands)
 Constructs MR.ToolPathResult elementwise.
unsafe ToolPathResult (MR._ByValue_ToolPathResult _other)
 Generated from constructor MR.ToolPathResult.ToolPathResult.
 ToolPathResult (Const_ToolPathResult _other)
 Generated from constructor MR.ToolPathResult.ToolPathResult.
 ToolPathResult (ToolPathResult _other)
 Generated from constructor MR.ToolPathResult.ToolPathResult.
unsafe MR.ToolPathResult assign (MR._ByValue_ToolPathResult _other)
 Generated from method MR::ToolPathResult::operator=.
Public Member Functions inherited from MR.Const_ToolPathResult
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.

Properties

new unsafe MR.Mesh modifiedMesh [get, protected set]
 mesh after fixing undercuts and offset
new unsafe MR.FaceBitSet modifiedRegion [get, protected set]
 selected region projected from the original mesh to the offset
new unsafe MR.Std.Vector_MRGCommand commands [get, protected set]
 contains type of movement and its feed
Properties inherited from MR.Const_ToolPathResult
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_ToolPathResult
virtual unsafe void Dispose (bool disposing)

Detailed Description

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

Constructor & Destructor Documentation

◆ ToolPathResult() [1/5]

unsafe MR.ToolPathResult.ToolPathResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ ToolPathResult() [2/5]

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

Constructs MR.ToolPathResult elementwise.

◆ ToolPathResult() [3/5]

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

Generated from constructor MR.ToolPathResult.ToolPathResult.

◆ ToolPathResult() [4/5]

MR.ToolPathResult.ToolPathResult ( Const_ToolPathResult _other)
inline

Generated from constructor MR.ToolPathResult.ToolPathResult.

◆ ToolPathResult() [5/5]

MR.ToolPathResult.ToolPathResult ( ToolPathResult _other)
inline

Generated from constructor MR.ToolPathResult.ToolPathResult.

Member Function Documentation

◆ assign()

unsafe MR.ToolPathResult MR.ToolPathResult.assign ( MR._ByValue_ToolPathResult _other)
inline

Generated from method MR::ToolPathResult::operator=.

Property Documentation

◆ commands

new unsafe MR.Std.Vector_MRGCommand MR.ToolPathResult.commands
getprotected set

contains type of movement and its feed

◆ modifiedMesh

new unsafe MR.Mesh MR.ToolPathResult.modifiedMesh
getprotected set

mesh after fixing undercuts and offset

◆ modifiedRegion

new unsafe MR.FaceBitSet MR.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: