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

Contains information about nesting sheets. More...

Inherits global.SystemIDisposable.

Public Member Functions

 Nesting_Data (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 Nesting_Data ()
 Constructor.
 
cadex.Collections.Nesting_SheetList Sheets ()
 Returns the result sheets.
 
cadex.Drawing.Drawing ToDrawing ()
 Returns the drawing composed by result nesting sheets.
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Contains information about nesting sheets.

Nesting_Data object presented as a result of Nesting_Computer.

Examples
nesting/nesting_computer/Program.cs, and nesting/nesting_computer/main.cxx.

Constructor & Destructor Documentation

◆ Nesting_Data()

cadex.Nesting_Data.Nesting_Data ( )
inline

Constructor.

Creates an empty Nesting_Data.

Member Function Documentation

◆ Sheets()

cadex.Collections.Nesting_SheetList cadex.Nesting_Data.Sheets ( )
inline

◆ ToDrawing()

cadex.Drawing.Drawing cadex.Nesting_Data.ToDrawing ( )
inline

Returns the drawing composed by result nesting sheets.

See also
Sheets, Drawing.Drawing