Grasshopper

algorithmic modeling for Rhino

Hi All

I've developed a component that takes a series of volumes and calculates all the possible intersections amongst the volumes. The problem I'm running into is, if the volumes are generated in grasshopper, they boolean code reacts in an unusual way. If the volumes are generated through the rhino UI the code act as intended. I've tried trouble shooting this in a few different ways but can't find a work around. Does anybody have insight as to why this may be happening? The input volumes are closed skewed (6 sided) boxes.

Thanks,

[C]

Views: 762

Replies to This Discussion

Have you checked the normal directions of the boxes? If they're closed they should be oriented correctly, but maybe there's a bug there.

--

David Rutten

david@mcneel.com

Seattle, WA

Hi David, Thanks for the quick reply.

The volumes are closed and the normals point in the appropriate direction. I uploaded a rhino file and gh file.

Cheers,

[C]

Attachments:

I can't be sure but I do know that booleans fail all the time if you have whats called a non-manifold edge (2 exterior edges shared, or 3+ edges shared), as well as coincident exterior points like two box corners, co-planar faces can sometimes screw things up, or simply too many objects at once. I tried your script with simple boxes and it works great so I'm guessing its a geometry issue not a coding problem.

Hello

the first exemple of your file worked with me

i have tried to modify your code to make the bolean Slpit withour sucess

can you give me some advise thank you

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service