Describes a machining groove. A groove is a narrow linear channel or cut made in a material. More...
Public Member Functions | |
| Machining_Groove (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| Machining_Groove () | |
| Constructor. | |
| Machining_Groove (double theDepth, double theWidth) | |
| Constructor. | |
| double | Depth () |
| void | SetDepth (double theDepth) |
| double | Width () |
| void | SetWidth (double theWidth) |
| cadex.ModelData.Shape | Sidewalls () |
| void | SetSidewalls (cadex.ModelData.Shape theSidewalls) |
| cadex.ModelData.Shape | Bottom () |
| void | SetBottom (cadex.ModelData.Shape theBottom) |
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) | |
| 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 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) |
Describes a machining groove. A groove is a narrow linear channel or cut made in a material.
|
inline |
Constructor.
Creates the machining groove from the depth and width.
|
inline |
Returns groove bottom shape. The shape can be a single face or shell.
|
inline |
Returns the groove depth in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.MTKBase_Feature.
|
inline |
Sets the shape for the groove bottom. The shape can be a single face or shell.
|
inline |
Sets the groove depth in mm . The value must be greater than zero.
|
inline |
Sets the shape for groove sidewalls. The shape can be a single face or shell.
|
inline |
Sets the groove width in mm . The value must be greater than zero.
|
inline |
Returns the shape containing the groove sidewalls. The shape can be a single face or shell.
|
inline |
Returns the groove width in mm .