Grasshopper

algorithmic modeling for Rhino

hi there,

i'm looking for an command in grasshopper that cleans double data in a tree

similar to the purge command in autocad

anybody any ideas?

thanx

Views: 469

Replies to This Discussion

What kind of data?

--
David Rutten
david@mcneel.com
Poprad, Slovakia
two branches, every branch has 3 points .. but some points are the same... so I want to erase the double data

or:

how can I clean overlapping lines?
Hi Matthias,

it's easy enough to filter similar/identical numbers, strings, points, vectors, lines, circles and arcs, but it's a lot harder for freeform curves, surfaces, breps and meshes, as they can be topologically very different while still having the same shape.

I'll have a look at filtering those simple types of data. Should be able to supply some useful components for this.


The current approach to filtering duplicates usually involves sorting the data, then shifting it one index, then comparing those two lists, and cull items from the first list if the 'distance' between A and A' is small enough.

--
David Rutten
david@mcneel.com
Poprad, Slovakia

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