MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ToolPathResult Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, ToolPathResult arg0)
 
None __init__ (self, Mesh modifiedMesh, FaceBitSet modifiedRegion, std_vector_GCommand commands)
 
std_vector_GCommand commands (self)
 
None commands (self, std_vector_GCommand arg1)
 
Mesh modifiedMesh (self)
 
None modifiedMesh (self, Mesh arg1)
 
FaceBitSet modifiedRegion (self)
 
None modifiedRegion (self, FaceBitSet arg1)
 

Detailed Description

Generated from:  MR::ToolPathResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.ToolPathResult.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.ToolPathResult.__init__ ( self,
ToolPathResult arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.ToolPathResult.__init__ ( self,
Mesh modifiedMesh,
FaceBitSet modifiedRegion,
std_vector_GCommand commands )
Implicit aggregate constructor.

Member Function Documentation

◆ commands() [1/2]

std_vector_GCommand meshlib.mrmeshpy.ToolPathResult.commands ( self)
constains type of movement and its feed

◆ commands() [2/2]

None meshlib.mrmeshpy.ToolPathResult.commands ( self,
std_vector_GCommand arg1 )

◆ modifiedMesh() [1/2]

Mesh meshlib.mrmeshpy.ToolPathResult.modifiedMesh ( self)
mesh after fixing undercuts and offset

◆ modifiedMesh() [2/2]

None meshlib.mrmeshpy.ToolPathResult.modifiedMesh ( self,
Mesh arg1 )

◆ modifiedRegion() [1/2]

FaceBitSet meshlib.mrmeshpy.ToolPathResult.modifiedRegion ( self)
selected region projected from the original mesh to the offset

◆ modifiedRegion() [2/2]

None meshlib.mrmeshpy.ToolPathResult.modifiedRegion ( self,
FaceBitSet arg1 )

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