Describes a machining bore. More...
Public Member Functions | |
| Machining_Bore (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| Machining_Bore () | |
| Constructor. | |
| Machining_Bore (double theDepth, double theWidth) | |
| double | Depth () |
| Returns the bore depth in mm . | |
| void | SetDepth (double theDepth) |
| Sets the bore depth in mm . | |
| double | Radius () |
| Returns the bore radius in mm . | |
| void | SetRadius (double theWidth) |
| cadex.ModelData.Shape | Sidewalls () |
| Returns the shape containing the bore sidewalls. | |
| void | SetSidewalls (cadex.ModelData.Shape theSidewalls) |
| Sets the shape for bore sidewalls. | |
| cadex.ModelData.Shape | Bottom () |
| Returns the bottom shape of the bore. | |
| void | SetBottom (cadex.ModelData.Shape theBottom) |
| Sets the shape for the bore bottom. | |
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) | |
| Creates a feature from a ModelData.Shape object. | |
| cadex.ModelData.Shape | Shape () |
| Returns shape of the feature. | |
| void | SetShape (cadex.ModelData.Shape theShape) |
| Sets shape of the feature. | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| Resets reference to implementation object. | |
| bool | IsNull () |
| Returns true if the object is nullified. | |
| 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 bore. | |
| static new cadex.Machining_Bore | Cast (cadex.MTKBase_Feature theBase) |
| static cadex.Machining_Bore | Cast (cadex.MTKBase_ShapeFeature 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 bore.
A bore feature is formed by enlarging an existing hole using a rigid single-point cutting tool. It consists of one or more faces defining an internal cylindrical surface, optionally with a bottom. Precision is determined by the rigidity of the spindle and the boring tool. Horizontal boring ensures accurate internal geometry with the workpiece moving parallel to the tool's axis.
|
inline |
Constructor.
|
inline |
Returns the bottom shape of the bore.
The shape can be a single face or shell. Returns a null shape if the bore has no bottom.
|
inlinestatic |
Returns true if theFeature is a machining bore.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from cadex.MTKBase_Feature.
|
inline |
Returns the bore radius in mm .
|
inline |
|
inline |
|
inline |
|
inline |
Returns the shape containing the bore sidewalls.
The shape can be a single face or shell.