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

Describes a feature with assigned shape. More...

Inheritance diagram for cadex.MTKBase_ShapeFeature:
cadex.MTKBase_Feature cadex.MTKBase_Boss cadex.MTKBase_Hole cadex.Machining_Bore cadex.Machining_Countersink cadex.Machining_Face cadex.Machining_Groove cadex.Machining_Pocket cadex.Molding_Rib cadex.SheetMetal_Bead cadex.SheetMetal_Bend cadex.SheetMetal_Bridge cadex.SheetMetal_Cutout cadex.SheetMetal_FormingFeature cadex.SheetMetal_Louver cadex.SheetMetal_Notch cadex.SheetMetal_Tab

Public Member Functions

 MTKBase_ShapeFeature (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 MTKBase_ShapeFeature ()
 Constructor.
 
 MTKBase_ShapeFeature (cadex.ModelData.Shape theShape)
 Constructor.
 
cadex.ModelData.Shape Shape ()
 
void SetShape (cadex.ModelData.Shape theShape)
 
- 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)
 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 feature with assigned shape.

Contains shape of the feature. The shape can be any of described here and can be received by Shape() method.

Constructor & Destructor Documentation

◆ MTKBase_ShapeFeature()

cadex.MTKBase_ShapeFeature.MTKBase_ShapeFeature ( cadex.ModelData.Shape theShape)
inline

Constructor.

Creates a feature from a ModelData.Shape object.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.MTKBase_Feature.

◆ SetShape()

void cadex.MTKBase_ShapeFeature.SetShape ( cadex.ModelData.Shape theShape)
inline

Sets shape of the feature.

See also
Shape()

◆ Shape()

cadex.ModelData.Shape cadex.MTKBase_ShapeFeature.Shape ( )
inline

Returns shape of the feature.

See also
SetShape()