Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Depth (self) | |
Returns the louver depth in mm . | |
SetDepth (self, theDepth) | |
![]() | |
Shape (self) | |
Returns shape of the feature. | |
SetShape (self, theShape) | |
![]() | |
Nullify (self) | |
Resets reference to implementation object. | |
IsNull (self) | |
Returns true if the object is nullified. | |
IsEqual (self, theObject) | |
IsNotEqual (self, theObject) | |
Static Public Member Functions | |
CompareType (theFeature) | |
Returns true if theFeature is a louver. | |
Cast (theBase) | |
Describes a sheet metal louver feature.
A louver in sheet metal design is typically a formed feature made with a punch press incorporating a top and bottom die. Louvers are used in a variety of industry applications that require airflow; electrical enclosures, HVAC, and food service equipment.
Shape() method returns ModelData.Shell for this class.
Louvers have the following basic parameter: depth in mm.
manufacturingtoolkit.CadExMTK.SheetMetal_Louver.__init__ | ( | self, | |
* | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
|
static |
Returns true if theFeature is a louver.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.SheetMetal_Louver.Depth | ( | self | ) |
Returns the louver depth in mm .