OrthoOn is changing osnap to Iso

Discussion in 'AutoCAD' started by Kevin L., Dec 9, 2004.

  1. Kevin L.

    Kevin L. Guest

    why is this causing my osnap setting to go from rectangle to isometric, when
    I only want to lock the user into only drawing a line in the ortho
    direction. The
    OrthoMode is dim as a boolean and I am running this on acad2000.

    Set objViewport = ThisDrawing.ActiveViewport
    OrthoMode = objViewport.OrthoOn
    ThisDrawing.ActiveViewport.OrthoOn = True
    ThisDrawing.ActiveViewport = ThisDrawing.ActiveViewport

    EndPoint = ThisDrawing.Utility.GetPoint(CenterPoint, "Pick The Length of
    the Duct: ")
    thanks
    Kevin L.
     
    Kevin L., Dec 9, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.