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

Describes sheet size of flat pattern used in DFM analysis. More...

Inherits global.SystemIDisposable.

Public Member Functions

 DFMSheetMetal_SheetSize (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 DFMSheetMetal_SheetSize ()
 Constructor.
 
 DFMSheetMetal_SheetSize (double theWidth, double theLength)
 Creates a sheet size with specified width and length.
 
double Width ()
 Returns width of sheet in mm .
 
void SetWidth (double theWidth)
 Sets width of sheet in mm .
 
double Length ()
 Returns length of sheet in mm .
 
void SetLength (double theLength)
 Sets length of sheet in mm .
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Describes sheet size of flat pattern used in DFM analysis.

Examples
sheet_metal/dfm_analyzer/Program.cs.

Constructor & Destructor Documentation

◆ DFMSheetMetal_SheetSize() [1/2]

cadex.DFMSheetMetal_SheetSize.DFMSheetMetal_SheetSize ( )
inline

Constructor.

◆ DFMSheetMetal_SheetSize() [2/2]

cadex.DFMSheetMetal_SheetSize.DFMSheetMetal_SheetSize ( double theWidth,
double theLength )
inline

Creates a sheet size with specified width and length.

Constructor.

Member Function Documentation

◆ Length()

double cadex.DFMSheetMetal_SheetSize.Length ( )
inline

Returns length of sheet in mm .

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

◆ SetLength()

void cadex.DFMSheetMetal_SheetSize.SetLength ( double theLength)
inline

Sets length of sheet in mm .

theLength should be greater than zero.

See also
Length()

◆ SetWidth()

void cadex.DFMSheetMetal_SheetSize.SetWidth ( double theWidth)
inline

Sets width of sheet in mm .

theWidth should be greater than zero.

See also
Width()

◆ Width()

double cadex.DFMSheetMetal_SheetSize.Width ( )
inline

Returns width of sheet in mm .

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