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

Public Member Functions

None __init__ (self)
 
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)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
ToolPathResult operator (*args, **kwargs)
 
ToolPathResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_commands = 304
 
typing _offsetof_modifiedMesh = 0
 
typing _offsetof_modifiedRegion = 272
 

Detailed Description

Generated from:  MR::ToolPathResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.ToolPathResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.ToolPathResult.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ commands() [1/2]

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

◆ commands() [2/2]

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

◆ modifiedMesh() [1/2]

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

◆ modifiedMesh() [2/2]

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

◆ modifiedRegion() [1/2]

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

◆ modifiedRegion() [2/2]

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

◆ operator() [1/2]

ToolPathResult mrmeshpy.ToolPathResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

ToolPathResult mrmeshpy.ToolPathResult.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_commands

typing mrmeshpy.ToolPathResult._offsetof_commands = 304
staticprotected

◆ _offsetof_modifiedMesh

typing mrmeshpy.ToolPathResult._offsetof_modifiedMesh = 0
staticprotected

◆ _offsetof_modifiedRegion

typing mrmeshpy.ToolPathResult._offsetof_modifiedRegion = 272
staticprotected

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