Hide menu
Loading...
Searching...
No Matches
cadex.DFMMachining_MilledPartSize Class Reference

Describes milled part size used in cnc machining milling design analysis. More...

Inherits global.SystemIDisposable.

Public Member Functions

 DFMMachining_MilledPartSize (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 DFMMachining_MilledPartSize ()
 Constructor.
 
 DFMMachining_MilledPartSize (double theWidth, double theLength, double theHeight)
 Creates a milled part size with specified width, length and height.
 
double Width ()
 Returns width of milled part in mm .
 
void SetWidth (double theWidth)
 Sets width of milled part in mm .
 
double Length ()
 Returns length of milled part in mm .
 
void SetLength (double theLength)
 Sets length of milled part in mm .
 
double Height ()
 Returns height of milled part in mm .
 
void SetHeight (double theHeight)
 Sets height of milled part in mm .
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DFMMachining_MilledPartSize() [1/2]

cadex.DFMMachining_MilledPartSize.DFMMachining_MilledPartSize ( )
inline

Constructor.

◆ DFMMachining_MilledPartSize() [2/2]

cadex.DFMMachining_MilledPartSize.DFMMachining_MilledPartSize ( double theWidth,
double theLength,
double theHeight )
inline

Creates a milled part size with specified width, length and height.

Constructor.

Member Function Documentation

◆ Height()

double cadex.DFMMachining_MilledPartSize.Height ( )
inline

Returns height of milled part in mm .

See also
SetHeight()
Examples
machining/dfm_analyzer/Program.cs.

◆ Length()

double cadex.DFMMachining_MilledPartSize.Length ( )
inline

Returns length of milled part in mm .

See also
SetLength()
Examples
machining/dfm_analyzer/Program.cs.

◆ 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

Returns width of milled part in mm .

See also
SetWidth()
Examples
machining/dfm_analyzer/Program.cs.