Prod.: Engine, ver.: 6014, ID: 60000759, Wish : Ability to save VDI files of version 4.6

Wish : Ability to save VDI files of version 4.6

Article60000759
TypeWish
ProductEngine
Version6014
Date Added1/26/2009
FixedYes [1/27/2009]
Submitted byIgor
Keywords

Subject

Ability to save VDI files of version 4.6

Summary

Ability to save VDI files in older versions than 5.1 using the vdProControl

Solution


In 6015 VdConstFileVer enum was updated as follow:


enum VdConstFileVer{
  DefaultVersion = 100,
  XML = 600,
  VDF = 501,
  DXF9 = 2,
  DXF10 = 3,
  DXF11 = 4,
  DXF13 = 5,
  DXF14 = 6,
  DXF2000 = 7,
  DXF2004 = 8,
  DXF2007 = 9,
  DGN8 = 51,
  VDF301 = 301,
  VDF302 = 302,
  VDF303 = 303,
  VDF304 = 304,
  VDF305 = 305,
  VDF306 = 306,
  VDF307 = 307,
  VDF308 = 308,
  VDF400 = 400,
  VDF401 = 401,
  VDF402 = 402,
  VDF403 = 403,
  VDF404 = 404,
  VDF405 = 405,
  VDF406 = 406,
  VDF500 = 500,
  VDF501 = 501,
 }