Describes milled part size used in cnc machining milling design analysis.
More...
Inherits global.SystemIDisposable.
|
|
| DFMMachining_MilledPartSize (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
| DFMMachining_MilledPartSize () |
| | Constructor.
|
| |
| | DFMMachining_MilledPartSize (double theWidth, double theLength, double theHeight) |
| | Constructor.
|
| |
| double | Width () |
| |
| void | SetWidth (double theWidth) |
| |
| double | Length () |
| |
| void | SetLength (double theLength) |
| |
| double | Height () |
| |
| void | SetHeight (double theHeight) |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
Describes milled part size used in cnc machining milling design analysis.
The size of the milled part represents the dimensions of the minimum bounding box.
- Examples
- machining/dfm_analyzer/Program.cs.
◆ DFMMachining_MilledPartSize()
| cadex.DFMMachining_MilledPartSize.DFMMachining_MilledPartSize |
( |
double | theWidth, |
|
|
double | theLength, |
|
|
double | theHeight ) |
|
inline |
Constructor.
Creates a milled part size with specified width, length and height.
◆ Height()
| double cadex.DFMMachining_MilledPartSize.Height |
( |
| ) |
|
|
inline |
◆ Length()
| double cadex.DFMMachining_MilledPartSize.Length |
( |
| ) |
|
|
inline |
◆ SetHeight()
| void cadex.DFMMachining_MilledPartSize.SetHeight |
( |
double | theHeight | ) |
|
|
inline |
Sets height of milled part in mm . theHeight should be greater than zero.
- See also
- Height()
◆ SetLength()
| void cadex.DFMMachining_MilledPartSize.SetLength |
( |
double | theLength | ) |
|
|
inline |
Sets length of milled part in mm . theLength should be greater than zero.
- See also
- Length()
◆ SetWidth()
| void cadex.DFMMachining_MilledPartSize.SetWidth |
( |
double | theWidth | ) |
|
|
inline |
Sets width of milled part in mm . theWidth should be greater than zero.
- See also
- Width()
◆ Width()
| double cadex.DFMMachining_MilledPartSize.Width |
( |
| ) |
|
|
inline |