The Export Package
This chapter describes the classes of the Export package of the PTC Creo Schematics API.
Overview of the Package
Classes in the Export (rsdesigner.design) package are classes used for exporting design sheets. This package contains the following classes:
Class
Description
ExternalFormatExporter
This abstract class provides methods to handle common export formats.
SingleSheetExporter
This abstract class provides common methods used by CGMExporter and MedusaExporter.
MulitSheetExporter
This abstract class provides common methods used by PDFExporter and DExporter
PDFExporter
This class exports design sheets to a PDF file.
DExporter
This abstract class provides common methods used by DXFExporter and DWGExporter classes.
DXFExporter
This class exports design sheets to a DXF file.
DWGExporter
This class exports design sheets to a DWG file.
CGMExporter
This class exports design sheets to a CGM file.
MedusaExporter
This class exports design sheets to a Medusa file.
EDAExporter
This class exports design sheets to an EDA file.
This package contains the following enums:
Enum
Description
ExternalFormatExporter.SchematicsLineFont
Defines values allowed for line fonts.
ExternalFormatExporter.ExportedLineFont
Defines values allowed for exported line fonts.
SheetSelection
Defines the values allowed for selecting the sheets to print.
ExporterType
Defines the values allowed for the types of export files.
DVersion
Defines the values allowed for the D version.
CGMVersion
Defines allowed values for the CGM version.
CGMEncoding
Defines the values allowed for CGM encoding.
Unit
Defines allowed values for minimum crosshatch spacing units.