Prod.: Engine, ver.: 6020, ID: 60001439, Bug : cmdOffset is not offseting lines in the correct side

Bug : cmdOffset is not offseting lines in the correct side

Article60001439
TypeBug
ProductEngine
Version6020
Date Added6/30/2011
FixedYes [7/4/2012]
Submitted byStefan Lubbers
Keywords

Subject

cmdOffset is not offseting lines in the correct side

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