Jump to content

Automate Drawing Spheres at Points


Casimir

Recommended Posts

I have more than 100 points on my drawing. What I'd like to do is draw spheres at each of these points for visualization purposes, and automate it somehow so I don't have to do it by hand. I found this support articles from Autodesk which includes some Lisp code for drawing either circles or crosses at points, but I don't really know enough to change it to do spheres.

Link to comment
Share on other sites

If this is a one-time thing, you can just change the code from "_circle" to "_sphere" and it will draw spheres with a radius of 0.5 as shown. You could, of course, change the radius if that size doesn't work for you.

 

BKT

Link to comment
Share on other sites

Alright, that worked. I thought that script could probably be re-purposed but I don't really know anything about Lisp.

 

Thanks.

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...