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

    AutoCAD LT

    Reply
    Distinguished Contributor
    Posts: 163
    Registered: ‎05-08-2007

    Isometric Circles in LT

    184 Views, 3 Replies
    09-13-2012 08:44 AM

    I just read a handy tip from Kate Morrical's blog (from 2009......yes, 3 years ago), LT Unlimited, about how to create circles when you are drawing in isometric views.  You can use the Elipse command and type i (for Isocircle).  You specify the center of the circle and it defaults to a radius or you can switch to diamter (just like a regular circle).  Presto, a circle in an isometric view!  I'm not sure how long this feature has been around, but WOW, what a handy tool.

     

    I created a couple of buttons to toggle between standard and ismetric snap grid styles (for rectangular and isometric respectively):

    ^C^C'snap;s;s;;;OFF;

    ^C^C'snap;s;i;;;OFF;

     

    Also, you can toggle between isometric views using the F5 key on your keyboard for isoplanes top, left, and right.

     

    I subscribed to Kate's blog today as I'm sure I've missing several helpful tips (http://ltunlimited.typepad.com/).  I hope you all find these things as handy as I have!  Check out Dean's blog while you are at it - the dude knows his CAD (http://ltisacad.blogspot.com/)!!

     

    -Lance

    Please use plain text.
    Alumni
    Posts: 178
    Registered: ‎12-04-2006

    Re: Isometric Circles in LT

    09-17-2012 09:10 AM in reply to: lrlandusky

    Thanks Lance. :-)


    Kate Morrical
    Technical Marketing Manager
    Autodesk, Inc.
    LT Unlimited
    Please use plain text.
    Mentor
    bgingerich
    Posts: 241
    Registered: ‎08-29-2011

    Re: Isometric Circles in LT

    09-18-2012 05:52 AM in reply to: lrlandusky

    I use this macro to toggle the snap style.  System variables and diesel are really nice!

    '_snapstyl $M=$(-,1,$(getvar,snapstyl))

    For me it's worth it to find a way to toggle instead of taking up screen space with two buttons.

    ──────────────────────────────────────────────────────────────────────────────────────────────
    Brandon Gingerich
    Please use plain text.
    Distinguished Contributor
    Posts: 163
    Registered: ‎05-08-2007

    Re: Isometric Circles in LT

    09-18-2012 06:44 AM in reply to: bgingerich

    Nice addition!  I plopped that macro into a shortcut key and now have quick access to the different styles.  Thanks for sharing!

    Please use plain text.