Results 1 to 2 of 2

Thread: Autcad UCS trick

  1. #1
    Registered wjbzone's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    396
    Downloads
    0
    Uploads
    0

    Autcad UCS trick

    If you use a lot of UCS's try this. (great for 3D work)

    Instead of saving/recalling a UCS, it is easier to insert a text label in the drawing for each UCS.

    While in the UCS you want to save, Use DT (dynamic text) to place a text label anchored at the origin.

    Anytime you want to recall that UCS use a keyboard shortcut to align the ucs with that text entity:
    (DEFUN C:uu () (COMMAND "UCS" "E")) ; Align ucs with entity

    I usually copy the text into any layer that I might use it from.

    An added advantage is that when I copy and insert these layers into a new drawing, the text (and therefore the UCS's) get inserted too.

    Bill


  2. #2
    Community Moderator ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Twp, MI....USA
    Posts
    22,283
    Downloads
    0
    Uploads
    0
    I use something similar. I assign the keys of the keypad to the different isometric views. 5 = top, 2 = front, 4 = left, 1 = swiso .... Then I can change views with 1 key press.


    (defun C:2 (/ )
    (command "view" "front")
    (princ)
    )
    Gerry

    Mach3 2010 Screenset
    http://home.comcast.net/~cncwoodworker/2010.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


Similar Threads

  1. need a trick
    By KBW in forum General CAM Discussion
    Replies: 6
    Last Post: 05-28-2007, 04:42 AM
  2. 0,0,0, UCS, and Ace
    By JW Peters in forum Autodesk Software (Autocad, Inventor etc)
    Replies: 6
    Last Post: 04-11-2005, 08:02 PM
  3. Little known trick
    By Turbine in forum GibbsCAM
    Replies: 28
    Last Post: 07-28-2003, 11:37 AM

Posting Permissions


 


About CNCzone.com

    We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

Follow us on

Facebook Dribbble RSS Feed


Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.