Nesting_Computer Nesting_Computer.hxx cadex/Nesting_Computer.hxx. More...
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) | |
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.
manufacturingtoolkit.CadExMTK.Nesting_Computer.AddMaterial | ( | self, | |
theLength, | |||
theWidth, | |||
theQuantity ) |
Configure material in which the patterns will be nested.
manufacturingtoolkit.CadExMTK.Nesting_Computer.ResetMaterials | ( | self | ) |
Clear all loaded materials.
manufacturingtoolkit.CadExMTK.Nesting_Computer.ResetPatterns | ( | self | ) |
Clear all loaded patterns.