Jump to content

Anybody can pass the UCS command


cadamrao

Recommended Posts

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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...