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

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() [1/2]

cadex.SheetMetal_FormingFeature.SheetMetal_FormingFeature ( )
inline

Constructor.

◆ SheetMetal_FormingFeature() [2/2]

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

Creates a bend with specified radius, angle and width.

Constructor.

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

◆ CompareType()

static new bool cadex.SheetMetal_FormingFeature.CompareType ( cadex.MTKBase_Feature theFeature)
inlinestatic

Returns true if theFeature is a forming feature.

Examples
sheet_metal/feature_recognizer/Program.cs.

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