70002434 Faster conversions between dwg dxf dgn dwf dae formats

Article 70002434
Type Bug
Product Converter
Version 1004
Date Added 11/5/2023
Fixed 10.1005.0.2 (11/5/2023)
Submitted by VectorDraw Team

Summary

Faster conversions between dwg dxf dgn dwf dae formats

Solution

In version 1005.0.2 a static method ConvertDrawingsEx of vdxFcnv.ConversionUtilities was added
Syntax:
vdxFcnv.ConversionUtilities.ConvertDrawingsEx(vdDocument document , string source, string dest) as boolean
Make conversions between dwg,dxf,dgn,dwf,dae file formats
the passed document is used to hold user events.Must not be null
source: an existing file of those formats
dest: a file that will be created .
This method is faster than Open the source file and the SaveAs to destination.

Send comments on this topic.