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

SheetMetal_Data. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.SheetMetal_Data:

Public Member Functions

 __init__ (self)
 Constructor.
 
 Thickness (self)
 Returns the exact sheet metal thickness in mm, as opposed to that the user can submit as an sheet metal tool's input.
 
 FeatureList (self)
 Returns the feature list found during sheet metal feature recognizing process.
 
 FlatPattern (self)
 Returns the sheet metal flat pattern received by running sheet metal unfolder.
 
 IsEmpty (self)
 Returns true if the data is empty.
 

Detailed Description

SheetMetal_Data.

Contains specific information for sheet metal tools.

This data contains information that can be received running different sheet metal tools (SheetMetal_FeatureRecognizer, SheetMetal_Unfolder) or running all tools once using SheetMetal_Analyzer. If you want to use this data to run sheet metal tools separately, you will still be need to run SheetMetal_Analyzer, but without adding any additional tools to it.

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.SheetMetal_Data.__init__ ( self)

Constructor.

Creates an empty SheetMetal_Data.

See also
IsEmpty()

Member Function Documentation

◆ FeatureList()

manufacturingtoolkit.CadExMTK.SheetMetal_Data.FeatureList ( self)

Returns the feature list found during sheet metal feature recognizing process.

See also
SheetMetal_FeatureRecognizer

◆ FlatPattern()

manufacturingtoolkit.CadExMTK.SheetMetal_Data.FlatPattern ( self)

Returns the sheet metal flat pattern received by running sheet metal unfolder.

See also
SheetMetal_Unfolder

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