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:
- 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)
- 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:
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?