60001439 cmdOffset is not offseting lines in the correct side

Article 60001439
Type Bug
Product Engine
Version 6020
Date Added 6/30/2011
Fixed (7/4/2012)
Submitted by Stefan Lubbers

Summary

cmdOffset is not offseting lines in the correct side. See the code : Private Sub Command1_Click() VDraw.ActiveDocument.New VDraw.ShowWCSAxis = UCSICON_Show_World VDraw.CommandAction.UCS Array(0, 0, 0), Array(1, 0, 0), Array(0, 0, 1) VDraw.CommandAction.View3D "UCS" VDraw.CommandAction.CmdLine Array(Array(-10, 0), Array(10, 0)) VDraw.CommandAction.Zoom "E", 0, 0 VDraw.CommandAction.CmdOffset "USER", 2#, "USER" End Sub

Solution

Fixed in 6023

Send comments on this topic.