Class vdConverter
- Namespace
- VectorDraw.Professional.Converter
- Assembly
- vdConverter.dll
An object that manage the conversion between drawing files.
public class vdConverter
- Inheritance
-
vdConverter
- Inherited Members
Remarks
Following file types are supported:
.vds
.vdml
.vdcl
.dwg
.dxf
.dgn
.ifc
.dwf
.skp(model layout entities exported)
.stl(model layout entities exported)
.obj(model layout entities exported)
.dae(model layout entities exported)
.vdf
.vdi
.stp(import only)
.step(import only)
.las(import only)
.laz(import only)
.sat(import only)
.svg(export only) (model layout entities exported)
.hpg(export only) (model layout entities exported)
.emf(model layout entities exported)
.wmf(model layout entities exported)
.jpg(model layout entities exported)
.bmp(model layout entities exported)
.png(model layout entities exported)
.gif(model layout entities exported)
.tif(model layout entities exported)
.ico(model layout entities exported)
Constructors
- vdConverter()
Initializes the vdConverter object.
Properties
- ExportFile
Get/Set the name of the exported file
- ExportProperties
Get the ExportProperties object manage the way files will be exported
- ExtraExportedFiles
Returns the additional files names exported when the convert() method finished.
- ImportFile
Get/Set the name of the imported file
- ImportProperties
Get the ImportProperties object manage the way files will be imported
Methods
- convert()
Open the ImportFile and export to the ExportFile using the ExportProperties
Events
- OnError
Fires when a error occurs
- OnNoFileFind
Fires when a file is not found to the support path.
- OnProgress
Fires when a progress operation is changed.