Hide menu
Loading...
Searching...
No Matches
cadex.SheetMetal_FormingFeature Class Reference

Describes a forming in sheet metal. More...

Inheritance diagram for cadex.SheetMetal_FormingFeature:
cadex.MTKBase_ShapeFeature cadex.MTKBase_Feature

Public Member Functions

 SheetMetal_FormingFeature (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 SheetMetal_FormingFeature ()
 Constructor.
 
 SheetMetal_FormingFeature (double theLength, double theDepth)
 Constructor.
 
double Length ()
 
void SetLength (double theLength)
 
double Depth ()
 
void SetDepth (double theDepth)
 
bool HasAxis ()
 
cadex.Geom.Axis1d Axis ()
 
void SetAxis (cadex.Geom.Axis1d theAxis)
 
cadex.ModelData.Shape Sidewalls ()
 
void SetSidewalls (cadex.ModelData.Shape theSidewalls)
 
cadex.ModelData.Shape Bottom ()
 
void SetBottom (cadex.ModelData.Shape theBottom)
 
- 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)
 Constructor.
 
cadex.ModelData.Shape Shape ()
 
void SetShape (cadex.ModelData.Shape theShape)
 
- Public Member Functions inherited from cadex.MTKBase_Feature
 MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 MTKBase_Feature ()
 Constructor.
 
void Nullify ()
 
bool IsNull ()
 
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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SheetMetal_FormingFeature()

cadex.SheetMetal_FormingFeature.SheetMetal_FormingFeature ( double theLength,
double theDepth )
inline

Constructor.

Creates a bend with specified radius, angle and width.

Member Function Documentation

◆ Axis()

cadex.Geom.Axis1d cadex.SheetMetal_FormingFeature.Axis ( )
inline

Returns z-axis of a forming feature - the axis along which the depth is determined

See also
HasAxis(), SetAxis()
Examples
sheet_metal/feature_recognizer/Program.cs, and sheet_metal/feature_recognizer/main.cxx.

◆ Bottom()

cadex.ModelData.Shape cadex.SheetMetal_FormingFeature.Bottom ( )
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.

See also
SetBottom()

◆ Depth()

double cadex.SheetMetal_FormingFeature.Depth ( )
inline

Returns the forming feature depth in mm .

See also
SetDepth()
Examples
sheet_metal/feature_recognizer/Program.cs.

◆ Dispose()

override void cadex.SheetMetal_FormingFeature.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.MTKBase_ShapeFeature.

◆ HasAxis()

bool cadex.SheetMetal_FormingFeature.HasAxis ( )
inline

Returns true if z-axis is determined for forming feature

See also
Axis(), SetAxis()

◆ SetAxis()

void cadex.SheetMetal_FormingFeature.SetAxis ( cadex.Geom.Axis1d theAxis)
inline

Sets z-axis for forming feature

See also
HasAxis(), Axis()

◆ SetBottom()

void cadex.SheetMetal_FormingFeature.SetBottom ( cadex.ModelData.Shape theBottom)
inline

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()

void cadex.SheetMetal_FormingFeature.SetSidewalls ( cadex.ModelData.Shape theSidewalls)
inline

Sets the shape for bore sidewalls. The shape can be a single face or shell.

See also
Sidewalls()