bernieasf Posted September 29, 2010 Posted September 29, 2010 Hello, I made an irregular solid object using the LOFT command and a few splines as sections. The object is approximately 200 units long and I need to get sections from it (polylines or regions) every unit. Is there any LISP that can do this? Thank you Quote
rvpas Posted September 29, 2010 Posted September 29, 2010 Hi bernie, Try to use sectionplane comand See Home tab/section panel/section plane and an option Bye Pascal Quote
bernieasf Posted September 30, 2010 Author Posted September 30, 2010 Thank you, but that's not quite what I need. I know the SECTIONPLANE command and I think it allows to make one section at time. I was looking for a LISP that could apply the SECTION command to a solid using a group of objects as references for sectioning. Anyway I solved the problem making regions along the object to be sectioned, separated by 1 unit with the ARRAY command, converted them to surfaces, unified them to become a single object than INTERSECT it with the solid. This way I get all the sections I need at the same time. As we all know sometimes there are many ways of solving the same problem!! :D:D Cheers 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.