• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Valued Contributor
    Posts: 75
    Registered: ‎03-12-2007

    create angle from arbitrary line

    433 Views, 1 Replies
    03-02-2011 07:44 PM

    Hi,

    I want to create an angle based on an arbitrary line ( last line) instead of X- axis coordinate in UCS.

    I found a thread about this matter by locating x -axis of UCS to that an arbitrary line direction. Is there another way to do this?


    Thanks for help.

    Please use plain text.
    Mentor
    AlistairBean1906
    Posts: 189
    Registered: ‎09-09-2010

    Re: create angle from arbitrary line

    03-03-2011 01:38 AM in reply to: rimutaka

    One very useful function here is to use Polar instead of Ortho, you can then select "Relative to last segment" instead of "Absolute" in the settings dialog. now if you start drawing by Osnapping to your arbitrary line then its direction is a temporary 0 degrees.

     

    setting the UCS to this line is probably best if you have a fair bit more to draw or it is at a strange angle to your base line.

     

    The other option is to draw your new stuff on the default alignment then move and rotate it into place. Investigate the use of the reference option for rotate, it will let you align it with your arbitrary line before you rotate a second time by your fixed amount. Also check out the ALIGN command, designed for 3d but great in 2D as well (simply press return when asked for the 3rd reference point

    Please use plain text.