Describes a forming in sheet metal.
More...
|
| override void | Dispose (bool disposing) |
| |
Describes a forming in sheet metal.
Forming plastically deforms sheet metal to create 3D features.
Forming
- Examples
- sheet_metal/feature_recognizer/Program.cs, and sheet_metal/feature_recognizer/main.cxx.
◆ SheetMetal_FormingFeature()
| cadex.SheetMetal_FormingFeature.SheetMetal_FormingFeature |
( |
double | theLength, |
|
|
double | theDepth ) |
|
inline |
Constructor.
Creates a bend with specified radius, angle and width.
◆ Axis()
◆ Bottom()
Returns the bottom shape of the bore. The shape can be a single face or shell. Returns a null shape if the bore has no bottom.
- See also
- SetBottom()
◆ Depth()
| double cadex.SheetMetal_FormingFeature.Depth |
( |
| ) |
|
|
inline |
◆ Dispose()
| override void cadex.SheetMetal_FormingFeature.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ HasAxis()
| bool cadex.SheetMetal_FormingFeature.HasAxis |
( |
| ) |
|
|
inline |
Returns true if z-axis is determined for forming feature
- See also
- Axis(), SetAxis()
◆ SetAxis()
◆ SetBottom()
Sets the shape for the bore bottom. The shape can be a single face or shell.
- See also
- Bottom()
◆ SetDepth()
| void cadex.SheetMetal_FormingFeature.SetDepth |
( |
double | theDepth | ) |
|
|
inline |
Sets depth for forming feature in mm. The value must be more than zero.
- See also
- Depth()
◆ SetSidewalls()
Sets the shape for bore sidewalls. The shape can be a single face or shell.
- See also
- Sidewalls()