Contains information about nesting sheets. More...
#include <cadex/Nesting_Data.hxx>
Public Types | |
| typedef cadex::internal::NestingImpl_Data | ImplType |
Public Member Functions | |
| Nesting_Data () | |
| Constructor. | |
| Nesting_Data (std::shared_ptr< ImplType > theImpl) | |
| const std::vector< Nesting_Sheet > & | Sheets () const |
| Drawing::Drawing | ToDrawing () const |
Contains information about nesting sheets.
Nesting_Data object presented as a result of Nesting_Computer.
| cadex::Nesting_Data::Nesting_Data | ( | ) |
Constructor.
Creates an empty Nesting_Data.
| const std::vector< Nesting_Sheet > & cadex::Nesting_Data::Sheets | ( | ) | const |
Returns the result sheets.
| Drawing::Drawing cadex::Nesting_Data::ToDrawing | ( | ) | const |
Returns the drawing composed by result nesting sheets.