Product : vdDXF, Version : 5.1.1.1038, ArticleID : 41024098

Bug : Limits are not save correct in DXF using vdrawdxf.dll.

Article41024098
TypeBug
ProductvdDXF
Version5.1.1.1038
Date Added9/20/2005
FixedYes [9/21/2005]
Submitted byReinhold Mathuni
Keywords

Subject

Limits are not save correct in DXF using vdrawdxf.dll.

Summary

Limits are not save correct in DXF.
VDPro1.ActiveDocument.New
VDPro1.Actions.DisableVdrawDxf = False
Dim a

VDPro1.CommandAction.CmdLine Array(Array(1.1, 1.1), Array(2.2, 2.2))
VDPro1.ActiveDocument.Limits = Array(0, 11, 22, 33)
a = VDPro1.ActiveDocument.Limits
MsgBox "limits before save " + CStr(a(0)) + " , " + CStr(a(1)) + " , " + CStr(a(2)) + " , " + CStr(a(3))

VDPro1.ActiveDocument.SaveAs App.Path + "\vd.dxf", VdCadVer2000
MsgBox "saved ok"
VDPro1.ActiveDocument.New
VDPro1.Actions.DisableVdrawDxf = False
MsgBox "new ok"
VDPro1.ActiveDocument.Open App.Path + "\vd.dxf"

a = VDPro1.ActiveDocument.Limits
MsgBox "limits after open " + CStr(a(0)) + " , " + CStr(a(1)) + " , " + CStr(a(2)) + " , " + CStr(a(3)) 

Solution

It is fixed in 5.1.1.1039