Public Member Functions | |
| __init__ (self) | |
| Constructor. | |
| MinThickness (self) | |
| Returns the minimum wall thickness in mm. | |
| MaxThickness (self) | |
| Returns the maximum wall thickness in mm. | |
| PointsOfMinThickness (self, theFirstPoint, theSecondPoint) | |
| PointsOfMaxThickness (self, theFirstPoint, theSecondPoint) | |
| ThicknessList (self, *args) | |
| Overload 1: Returns full range of different thickness values found during wall thickness analysis. | |
| GetThickness (self, *args) | |
| IsEmpty (self) | |
| Returns true if WallThickness_Data is empty. | |
Contains information about minimum and maximum wall thicknesses.
| manufacturingtoolkit.CadExMTK.WallThickness_Data.__init__ | ( | self | ) |
Constructor.
Creates an empty WallThickness_Data.
| manufacturingtoolkit.CadExMTK.WallThickness_Data.ThicknessList | ( | self, | |
| * | args ) |
Overload 1: Returns full range of different thickness values found during wall thickness analysis.
|
Overload 2: Returns the range of unique thickness values found during wall thickness analysis, in ascending order and in increments greater than theThicknessTolerance.