Select Elements By Curve - Rhythm

Does anyone know what happened to this node? It used to be in Rhythm but i cant seem to find it now. is there an alternative in another package at all?

Reason for its removal: https://github.com/johnpierson/RhythmForDynamo#what-is-with-all-the-removals-of-dyfs

You have a few options:

  1. Copy all of the logic from my old custom node and use it however you wish. (If I recall correctly, that node was also slow and fairly unreliable)
  2. See below. (This method is nice because it uses faster, more reliable methods. The downside is, it does not work for all categories.)

Your Model Curve:

The Dynamo graph to find intersecting things:

1 Like

John, many thanks for taking the time to reply. It’s much appreciated. Rhythm is great, I use a lot of the nodes.

What I’m aiming to do is to get Dynamo to number areas on each floor of a tower, it seems like this might be able to do that for me (with a little bit of extra work at the end on my part!)

Hmm, I will have to double check if this would work for areas.

John, I get an error of

Warning: CurveElement.get_Curve operation failed.
The type initializer for ā€˜Autodesk.LibG.LibGPINVOKE’ threw an exception.

in the CurveElement.Curve node, i created a spline in model lines is this correct?