Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.Nesting_Computer Class Reference

Nesting_Computer Nesting_Computer.hxx cadex/Nesting_Computer.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.Nesting_Computer:

Public Member Functions

 __init__ (self)
 Constructor.
 
 AddPattern (self, theDrawing, theQuantity)
 
 AddMaterial (self, theLength, theWidth, theQuantity)
 Configure material in which the patterns will be nested.
 
 ResetPatterns (self)
 Clear all loaded patterns.
 
 ResetMaterials (self)
 Clear all loaded materials.
 
 SetParameters (self, theParams)
 
 Parameters (self)
 
 Perform (self, *args)
 

Detailed Description

Nesting_Computer Nesting_Computer.hxx cadex/Nesting_Computer.hxx.

  • The nesting analyzing tool.

    Analyzes the drawing to get square-optimized laying out cutting patterns. It's used to minimize the raw material waste. If the analysis is failed, the empty Nesting_Data is returned. In order to load patterns that will be nested it uses AddPattern(). To load materials in which the patterns will be nested use AddMaterial().

    Example of analysis results could be found on the mtk_nesting_overview_page page.

Member Function Documentation

◆ AddMaterial()

manufacturingtoolkit.CadExMTK.Nesting_Computer.AddMaterial ( self,
theLength,
theWidth,
theQuantity )

Configure material in which the patterns will be nested.

See also
ResetMaterials, AddPattern

◆ ResetMaterials()

manufacturingtoolkit.CadExMTK.Nesting_Computer.ResetMaterials ( self)

Clear all loaded materials.

See also
AddMaterial

◆ ResetPatterns()

manufacturingtoolkit.CadExMTK.Nesting_Computer.ResetPatterns ( self)

Clear all loaded patterns.

See also
AddPattern

The documentation for this class was generated from the following file:
  • CadExMTK.py