Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Depth (self) | |
Returns the bridge depth in mm . | |
SetDepth (self, theDepth) | |
Sets bridge depth in mm . | |
Length (self) | |
Returns the bridge length in mm . | |
SetLength (self, theLength) | |
Sets bridge length in mm . | |
![]() | |
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 bridge. | |
Cast (theBase) | |
Describes a sheet metal bridge feature.
Bridges are cut on two sides and formed on two sides.
Lance type bridges and forms (blue) can be used for shear stops, locators, card guides, dividers, ventilation and wire tie downs.
Shape() method returns ModelData.Shell for this class.
Bridges have the following basic parameters: depth in mm and length in mm.
manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.__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 bridge.
Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.
manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.Depth | ( | self | ) |
Returns the bridge depth in mm .
manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.Length | ( | self | ) |
Returns the bridge length in mm .
manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.SetDepth | ( | self, | |
theDepth ) |
Sets bridge depth in mm .
The value must be more than zero, otherwise nothing happens.
manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.SetLength | ( | self, | |
theLength ) |
Sets bridge length in mm .
The value must be more than zero, otherwise nothing happens.