Cad |
The CadExporter type exposes the following members.
| 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. |