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

SheetMetal_Bridge. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.SheetMetal_Bridge:
manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature manufacturingtoolkit.CadExMTK.MTKBase_Feature

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 .
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature
 Shape (self)
 Returns shape of the feature.
 
 SetShape (self, theShape)
 
- Public Member Functions inherited from manufacturingtoolkit.CadExMTK.MTKBase_Feature
 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)
 

Detailed Description

SheetMetal_Bridge.

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.

Bridge

Bridges have the following basic parameters: depth in mm and length in mm.

Bridge parameters

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.__init__ ( self,
* args )

Overload 1: Constructor.

|

Overload 2: Constructor.

Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.

Member Function Documentation

◆ Cast()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.Cast ( theBase)
static

◆ CompareType()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.CompareType ( theFeature)
static

Returns true if theFeature is a bridge.

Reimplemented from manufacturingtoolkit.CadExMTK.MTKBase_ShapeFeature.

◆ Depth()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.Depth ( self)

Returns the bridge depth in mm .

See also
SetDepth()

◆ Length()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.Length ( self)

Returns the bridge length in mm .

See also
SetLength()

◆ SetDepth()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.SetDepth ( self,
theDepth )

Sets bridge depth in mm .

The value must be more than zero, otherwise nothing happens.

See also
Depth()

◆ SetLength()

manufacturingtoolkit.CadExMTK.SheetMetal_Bridge.SetLength ( self,
theLength )

Sets bridge length in mm .

The value must be more than zero, otherwise nothing happens.

See also
Length()

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