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

Describeas a base class for composite features. More...

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

Public Member Functions

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

Describeas a base class for composite features.

Composite feature is a feature consisting of other features. Features can be any inherited from the base MTKBase_Feature class, and can be retrieved by FeatureList() method.

Constructor & Destructor Documentation

◆ MTKBase_CompositeFeature()

cadex.MTKBase_CompositeFeature.MTKBase_CompositeFeature ( cadex.MTKBase_FeatureList theFeatureList)
inline

Constructor.

Creates a composite feature from a MTKBase_FeatureList.

Member Function Documentation

◆ AddFeature()

void cadex.MTKBase_CompositeFeature.AddFeature ( cadex.MTKBase_Feature theFeature)
inline

Adds feature reference to feature references list.

See also
FeatureList()

◆ AddFeatures()

void cadex.MTKBase_CompositeFeature.AddFeatures ( cadex.MTKBase_FeatureList theFeatureList)
inline

Adds feature references to feature references list.

See also
FeatureList()

◆ Dispose()

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

Reimplemented from cadex.MTKBase_Feature.

◆ FeatureList()

cadex.MTKBase_FeatureList cadex.MTKBase_CompositeFeature.FeatureList ( )
inline

Returns the feature references list.

See also
AddFeature(), AddFeatures()