Grasshopper

algorithmic modeling for Rhino

Hello

I have 2 planer simple surfaces (one rectangle and one hollow circle for explanation purposes). I made the hollow circle by doing the following steps:

  1. create a circular surface (the original circle).
  2. Offset the original surface by 2 m using the "Offset" tool.
  3. Perform a "solid difference" action to separate the outer ring from the original circle.
  4. Disable the "Preview" of the original circle, thus showing only the outer ring; which is the shape that I want.

I want to union the two surfaces. The problem is hat the hollow circle is now a "trimmed surface" and can't be unioned with any other "untrimmed surface" such as the rectangle. The "union" always results in 2 locally defined values instead of 1. I want to union them and get one locally defined value (just one surface as an output with one area and one center). Does anyone know how to do it? I tried the "untrim" tool and it didn't work also.

Views: 11360

Attachments:

Replies to This Discussion

Solid Union isn't about trimmed or untrimmed, it's about closed and open. Solid Booleans were designed to work on closed objects, though they usually work on open ones as well.

The problem here isn't to do with the nature of your shapes, it's because the shapes are in different branches of a datatree:

One surface is stored under {0}, the other under {0;0}. You need to put them both into the same list to make the Solid Union operation treat them at the same time (solution attached).

Attachments:

Thank you David! your solution is perfect :)

Hello

in case you don't want the initial surfaces edges in the final unioned surface you can do the following.

cheers

alex

There's also a Merge Faces component which combines adjacent co-planar faces in a brep.

Ah yes. one component solution!.

this has happened to me and other times, creating parts of definitions and then realizing there is a component already doing them. its kind of doh moment and thought of opening a group posting cases like this for fun.

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