Message 1 of 3
Lisp to delete overlapping lines with same X & Y and different z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have some files with a lot of solids elements and I want to create surfaces from these elements.
Since in C3D, surfaces do not work with solids, I explode the solids and the result will be an overlapping of lines on the plan but with different z's,
I needed a routine that would go through the file and delete the lines with similar x's and y's but different z's. The user would indicate the difference in z's. The difference in z would be indicated by the user.
I'd really appreciate your help, as deleting these lines will take a lot of time.
The image below shows what I want the lisp routine to delete the red lines.
Thank you