cadamrao Posted April 11, 2011 Posted April 11, 2011 Anybody can pass the UCS command in LISP to save the time. I need to use number (different objects) of times object option in UCS command during my project. ommand: UCS Specify origin of UCS or [Face/NAmed/OBject/Previous/View/World/X/Y/Z/ZAxis] : OBJECT Select object to align UCS: Advance Thanks amr Quote
Lee Mac Posted April 11, 2011 Posted April 11, 2011 Just as you demonstrate, this can be accomplished using command calls: (command "_.UCS" "_OB") Quote
BIGAL Posted April 12, 2011 Posted April 12, 2011 Also a pre picked - pre drawn object heres an example (setq obj (entsel)) ; various ways to do entsel this is simple for demo (command "_.ucs" "_ob" obj) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.