VectorDraw File Converter 4 (Build 10.1001.1.0)

Released: Jun 16, 2022

4 (Build 10.1001.1.0) での更新項目

機能

  • Added a new property 'ExportDWGFlags' which controls the export of DWG/DGN files. It can have one or more of the following values:
    • Default - The default value None of the below options selected.
    • IgnoreUnusedBlocks - If selected unused blocks are not exported.
    • IgnoreXproperties - If selected Xproperties are not exported.
    • IgnoreInvisible - If selected invisible entities are not exported.
    • ExportSelectionOnly - Only export the entities that are selected by 'vdCommandAction.CmdSelect(object)'.
    • IgnoreXRefDependentLayer - If selected Externalreferences Layers are not added.
    • IgnoreExtents - If selected exported drawing does not update extents.
    • IgnoreAll - A combination of all Ignore.. values  = IgnoreUnusedBlocks | IgnoreXproperties | IgnoreInvisible | IgnoreXRefDependentLayer | IgnoreExtents.
  • Added support for Microsoft .NET Core 6.
  • New License Management - Added a new command-line application called vdlic.exe, which will help you create a license file that should be distributed with your application.
  • Units for Length are now always on inches unless otherwise specified when exporting SKP files.

不具合の修正

  • Error Opening of specific DWG file.
  • Hatch background issue in DWG.
  • Issue with external references layers on off property in DWG file.
  • DWG with specific SHX cannot be imported.