Hide menu
Loading...
Searching...
No Matches

Describes a machining groove. More...

Inheritance diagram for cadex.Machining_Groove:
cadex.MTKBase_ShapeFeature cadex.MTKBase_Feature cadex.Machining_TurningGroove

Public Member Functions

 Machining_Groove (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 Machining_Groove ()
 Constructor.
 
 Machining_Groove (double theDepth, double theWidth)
 Creates the machining groove from the depth and width.
 
double Depth ()
 Returns the groove depth in mm .
 
void SetDepth (double theDepth)
 Sets the groove depth in mm .
 
double Width ()
 Returns the groove width in mm .
 
void SetWidth (double theWidth)
 Sets the groove width in mm .
 
cadex.ModelData.Shape Sidewalls ()
 Returns the shape containing the groove sidewalls.
 
void SetSidewalls (cadex.ModelData.Shape theSidewalls)
 Sets the shape for groove sidewalls.
 
cadex.ModelData.Shape Bottom ()
 Returns groove bottom shape.
 
void SetBottom (cadex.ModelData.Shape theBottom)
 Sets the shape for the groove 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 machining groove.
 
static new cadex.Machining_Groove 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)
 
- Protected Member Functions inherited from cadex.MTKBase_ShapeFeature
override void Dispose (bool disposing)
 

Detailed Description

Describes a machining groove.

A groove is a narrow linear channel or cut made in a material.

See also
Machining_TurningGroove

Constructor & Destructor Documentation

◆ Machining_Groove() [1/2]

cadex.Machining_Groove.Machining_Groove ( )
inline

Constructor.

◆ Machining_Groove() [2/2]

cadex.Machining_Groove.Machining_Groove ( double theDepth,
double theWidth )
inline

Creates the machining groove from the depth and width.

Constructor.

Member Function Documentation

◆ Bottom()

cadex.ModelData.Shape cadex.Machining_Groove.Bottom ( )
inline

Returns groove bottom shape.

The shape can be a single face or shell.

See also
SetBottom()

◆ CompareType()

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

Returns true if theFeature is a machining groove.

◆ Depth()

double cadex.Machining_Groove.Depth ( )
inline

Returns the groove depth in mm .

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

◆ Dispose()

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

Reimplemented from cadex.MTKBase_Feature.

◆ SetBottom()

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

Sets the shape for the groove bottom.

The shape can be a single face or shell.

See also
Bottom()

◆ SetDepth()

void cadex.Machining_Groove.SetDepth ( double theDepth)
inline

Sets the groove depth in mm .

The value must be greater than zero.

See also
Depth()

◆ SetSidewalls()

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

Sets the shape for groove sidewalls.

The shape can be a single face or shell.

See also
Sidewalls()

◆ SetWidth()

void cadex.Machining_Groove.SetWidth ( double theWidth)
inline

Sets the groove width in mm .

The value must be greater than zero.

See also
Width()

◆ Sidewalls()

cadex.ModelData.Shape cadex.Machining_Groove.Sidewalls ( )
inline

Returns the shape containing the groove sidewalls.

The shape can be a single face or shell.

See also
SetSidewalls()

◆ Width()

double cadex.Machining_Groove.Width ( )
inline

Returns the groove width in mm .

See also
SetWidth()
Examples
machining/feature_recognizer/Program.cs.