Describes a boss. In CNC Machining a boss is a protrusion or raised area on a workpiece that is created by removing material around it using a milling cutter. The boss feature can be used for various purposes such as providing a location for fasteners, creating a bearing surface, or serving as a mounting point for other components.
More...
|
| override void | Dispose (bool disposing) |
| |
| override void | Dispose (bool disposing) |
| |
Describes a boss. In CNC Machining a boss is a protrusion or raised area on a workpiece that is created by removing material around it using a milling cutter. The boss feature can be used for various purposes such as providing a location for fasteners, creating a bearing surface, or serving as a mounting point for other components.
Shape() method returns ModelData.Shell for this class.
Boss
Boss have the following basic parameters: width in mm, length in mm, height in mm.
Boss parameters
- Examples
- machining/feature_recognizer/Program.cs, machining/feature_recognizer/main.cxx, molding/feature_recognizer/Program.cs, and molding/feature_recognizer/main.cxx.
◆ MTKBase_Boss()
| cadex.MTKBase_Boss.MTKBase_Boss |
( |
double | theWidth, |
|
|
double | theLength, |
|
|
double | theHeight ) |
|
inline |
Constructor.
Creates a Boss from length, width and height.
◆ Dispose()
| override void cadex.MTKBase_Boss.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Height()
| double cadex.MTKBase_Boss.Height |
( |
| ) |
|
|
inline |
◆ Length()
| double cadex.MTKBase_Boss.Length |
( |
| ) |
|
|
inline |
◆ SetHeight()
| void cadex.MTKBase_Boss.SetHeight |
( |
double | theHeight | ) |
|
|
inline |
Sets Height for boss in mm. The value must be more than zero.
- See also
- Height()
◆ SetLength()
| void cadex.MTKBase_Boss.SetLength |
( |
double | theLength | ) |
|
|
inline |
Sets length for boss in mm. The value must be more than zero.
- See also
- Length()
◆ SetWidth()
| void cadex.MTKBase_Boss.SetWidth |
( |
double | theWidth | ) |
|
|
inline |
Sets width for boss in mm. The value must be more than zero.
- See also
- Width()
◆ Width()
| double cadex.MTKBase_Boss.Width |
( |
| ) |
|
|
inline |