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

Describes a sheet metal compound bend feature. More...

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

Public Member Functions

 SheetMetal_CompoundBend (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 SheetMetal_CompoundBend ()
 Constructor.
 
 SheetMetal_CompoundBend (cadex.MTKBase_FeatureList theFeatureList)
 Constructor.
 
- 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)
 Returns true if theFeature is an compound bend.
 
static new cadex.SheetMetal_CompoundBend Cast (cadex.MTKBase_Feature 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)
 

Detailed Description

Describes a sheet metal compound bend feature.

Compound bend is a bend, which consist from several bends. Bends can be any inherited from the SheetMetal_Bend class (including SheetMetal_Bend class itself), and can be retrieved by FeatureList() method.

Compound bend
Examples
sheet_metal/feature_recognizer/Program.cs, and sheet_metal/feature_recognizer/main.cxx.

Constructor & Destructor Documentation

◆ SheetMetal_CompoundBend()

cadex.SheetMetal_CompoundBend.SheetMetal_CompoundBend ( cadex.MTKBase_FeatureList theFeatureList)
inline

Constructor.

Creates a compound bend from a MTKBase_FeatureList.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.MTKBase_CompositeFeature.