Describes a forming in sheet metal. More...
Public Member Functions | |
| SheetMetal_FormingFeature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| SheetMetal_FormingFeature () | |
| Constructor. | |
| SheetMetal_FormingFeature (double theLength, double theDepth) | |
| Creates a bend with specified radius, angle and width. | |
| double | Length () |
| void | SetLength (double theLength) |
| double | Depth () |
| Returns the forming feature depth in mm . | |
| void | SetDepth (double theDepth) |
| Sets depth for forming feature in mm. | |
| bool | HasAxis () |
| Returns true if z-axis is determined for forming feature. | |
| cadex.Geom.Axis1d | Axis () |
| Returns z-axis of a forming feature - the axis along which the depth is determined. | |
| void | SetAxis (cadex.Geom.Axis1d theAxis) |
| Sets z-axis for forming feature. | |
| cadex.ModelData.Shape | Sidewalls () |
| void | SetSidewalls (cadex.ModelData.Shape theSidewalls) |
| Sets the shape for bore sidewalls. | |
| cadex.ModelData.Shape | Bottom () |
| Returns the bottom shape of the bore. | |
| void | SetBottom (cadex.ModelData.Shape theBottom) |
| Sets the shape for the bore bottom. | |
Public Member Functions inherited from cadex.MTKBase_ShapeFeature | |
| MTKBase_ShapeFeature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| MTKBase_ShapeFeature () | |
| Constructor. | |
| MTKBase_ShapeFeature (cadex.ModelData.Shape theShape) | |
| Creates a feature from a ModelData.Shape object. | |
| cadex.ModelData.Shape | Shape () |
| Returns shape of the feature. | |
| void | SetShape (cadex.ModelData.Shape theShape) |
| Sets shape of the feature. | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| Resets reference to implementation object. | |
| bool | IsNull () |
| Returns true if the object is nullified. | |
| bool | IsEqual (cadex.MTKBase_Feature theObject) |
| bool | IsNotEqual (cadex.MTKBase_Feature theObject) |
Static Public Member Functions | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a forming feature. | |
| static new cadex.SheetMetal_FormingFeature | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.MTKBase_ShapeFeature | |
| static bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returnstrue if theFeature is a shape feature. | |
| static cadex.MTKBase_ShapeFeature | Cast (cadex.MTKBase_Feature theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Describes a forming in sheet metal.
Forming plastically deforms sheet metal to create 3D features.
|
inline |
Constructor.
|
inline |
Creates a bend with specified radius, angle and width.
Constructor.
|
inline |
Returns z-axis of a forming feature - the axis along which the depth is determined.
|
inline |
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.
|
inlinestatic |
Returns true if theFeature is a forming feature.
|
inline |
Returns the forming feature depth in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.MTKBase_ShapeFeature.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sets the shape for bore sidewalls.
The shape can be a single face or shell.