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

Describes a stepped hole feature. More...

Inheritance diagram for cadex.Machining_SteppedHole:
cadex.MTKBase_CompositeFeature cadex.MTKBase_Feature

Public Member Functions

 Machining_SteppedHole (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 Machining_SteppedHole ()
 Constructor.
 
 Machining_SteppedHole (cadex.MTKBase_FeatureList theFeatureList)
 Constructor.
 
double Depth ()
 
- Public Member Functions inherited from cadex.MTKBase_CompositeFeature
 MTKBase_CompositeFeature (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 MTKBase_CompositeFeature ()
 Constructor.
 
 MTKBase_CompositeFeature (cadex.MTKBase_FeatureList theFeatureList)
 Constructor.
 
void AddFeature (cadex.MTKBase_Feature theFeature)
 Adds feature reference to feature references list.
 
void AddFeatures (cadex.MTKBase_FeatureList theFeatureList)
 Adds feature references to feature references list.
 
cadex.MTKBase_FeatureList FeatureList ()
 Returns the feature references list.
 
- 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)
 Returnstrue if theFeature is a stepped machining hole.
 
static new cadex.Machining_SteppedHole Cast (cadex.MTKBase_Feature theBase)
 
static cadex.Machining_SteppedHole Cast (cadex.MTKBase_CompositeFeature theBase)
 
- Static Public Member Functions inherited from cadex.MTKBase_CompositeFeature
static bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a composite feature.
 
static cadex.MTKBase_CompositeFeature Cast (cadex.MTKBase_Feature theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 
- Protected Member Functions inherited from cadex.MTKBase_CompositeFeature
override void Dispose (bool disposing)
 

Detailed Description

Describes a stepped hole feature.

A stepped hole consists of multiple machining features, each derived from the MTKBase_Hole class. Features like Machining_Hole or Machining_Countersink can be added via AddFeature() or AddFeatures(), and the total depth of the stepped hole adjusts based on the added features.

Stepped hole
Examples
machining/feature_recognizer/Program.cs, and machining/feature_recognizer/main.cxx.

Constructor & Destructor Documentation

◆ Machining_SteppedHole()

cadex.Machining_SteppedHole.Machining_SteppedHole ( cadex.MTKBase_FeatureList theFeatureList)
inline

Constructor.

Creates a stepped hole from a MTKBase_FeatureList.

Member Function Documentation

◆ Depth()

double cadex.Machining_SteppedHole.Depth ( )
inline

Returns hole depth in mm .

Examples
machining/feature_recognizer/Program.cs.

◆ Dispose()

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

Reimplemented from cadex.MTKBase_Feature.