Click or drag to resize

CadExporter Methods

The CadExporter type exposes the following members.

Methods
 NameDescription
Public methodAddFillings Adds the fillings in the given list to the internal cadImage. Only hatch fillings are supported yet.
Public methodAddToCadImage Adds all commands found in the given layers to the internal cadImage.
Public methodAddWarning 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.
Public methodGetWarnings Returns the list of warnings, accumulated in a single string with NL as seperator.
Public methodSaveToFile Saves the internal CadImage to the given file.
Public methodSaveToStream Saves the internal CadImage into the given stream.
Top
See Also