Cad |
public class CadExporter
The CadExporter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CadExporter | Initializes the CadExporter class. |
Name | Description | |
---|---|---|
![]() | CadImage | The global CADImage object to collect all data into. |
![]() ![]() | ExportFilter | This is the filter string for all export file types available in the CADImport library for use in the file save dialog. |
![]() ![]() | ExportTypes | This is the list of all export file types available in the CADImport library for use in the file save dialog. |
Name | Description | |
---|---|---|
![]() | AddFillings | Adds the fillings in the given list to the internal cadImage. Only hatch fillings are supported yet. |
![]() | AddToCadImage | Adds all commands found in the given layers to the internal cadImage. |
![]() | AddWarning | Adds a warning to the list of warnings generated while putting data into the CADImage object. E.g. if a filling other than hatch is found in the data to export. |
![]() | GetWarnings | Returns the list of warnings, accumulated in a single string with NL as seperator. |
![]() | SaveToFile | Saves the internal CadImage to the given file. |
![]() | SaveToStream | Saves the internal CadImage into the given stream. |