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) |
Generated from: MR::ToolPathResult
None meshlib.mrmeshpy.ToolPathResult.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.ToolPathResult.__init__ | ( | self, | |
ToolPathResult | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.ToolPathResult.__init__ | ( | self, | |
Mesh | modifiedMesh, | ||
FaceBitSet | modifiedRegion, | ||
std_vector_GCommand | commands ) |
Implicit aggregate constructor.
std_vector_GCommand meshlib.mrmeshpy.ToolPathResult.commands | ( | self | ) |
constains type of movement and its feed
None meshlib.mrmeshpy.ToolPathResult.commands | ( | self, | |
std_vector_GCommand | arg1 ) |
Mesh meshlib.mrmeshpy.ToolPathResult.modifiedMesh | ( | self | ) |
mesh after fixing undercuts and offset
None meshlib.mrmeshpy.ToolPathResult.modifiedMesh | ( | self, | |
Mesh | arg1 ) |
FaceBitSet meshlib.mrmeshpy.ToolPathResult.modifiedRegion | ( | self | ) |
selected region projected from the original mesh to the offset
None meshlib.mrmeshpy.ToolPathResult.modifiedRegion | ( | self, | |
FaceBitSet | arg1 ) |