Describes a sheet metal bend relief. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| SheetMetal_BendRelief (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| SheetMetal_BendRelief () | |
| Constructor. | |
| SheetMetal_BendRelief (double theWidth, double theLength) | |
| double | Width () |
| void | SetWidth (double theWidth) |
| double | Length () |
| void | SetLength (double theLength) |
| cadex.ModelData.Shape | Shape () |
| void | SetShape (cadex.ModelData.Shape theShape) |
| bool | IsNull () |
| Returns true if the object is null. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Describes a sheet metal bend relief.
Bend relief is a small incision cut into a piece of sheet metal to free the metal in between. It separates the material you want to be able to fold from the rest of the part.
Shape() method returns ModelData.Wire for this class.
Bend reliefs have the following basic parameters: width in mm and length in mm.
|
inline |
Creates bend relief with specified width and length. Constructor.
|
inline |
Returns the bend relief length in mm .
|
inline |
Sets bend relief length in mm . The value must be more than zero, otherwise nothing happens.
|
inline |
Sets bend relief shape. The shape must be not null, otherwise nothing happens.
|
inline |
Sets bend relief width in mm . The value must be more than zero, otherwise nothing happens.
|
inline |
Returns the bend relief shape.
|
inline |
Returns the bend relief width in mm .