You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate Curve or edge works with both, but it seems to be the only node that works with edges, aka autodesk.revit.DB.edge.
XYZ array on curve reports this:
One of your inputs was not of the correct type. See the console for more details.
à Dynamo.Models.NodeModel.__eval_internal_recursive(FSharpList1 args, Dictionary2 outPuts, Int32 level)
à Dynamo.Models.NodeModel.<>c__DisplayClass44.b__41()
How can I get an XYZ array on edge for instance? I tried a few things with no luck.
thanks.
The text was updated successfully, but these errors were encountered:
You can feed "evaluate curve" a sequence of parameters (0..1..#10) and you will get a list of xyzs on the edge. But yes, XYZ array on curve should take edges as well as curves.
Evaluate Curve or edge works with both, but it seems to be the only node that works with edges, aka autodesk.revit.DB.edge.
XYZ array on curve reports this:
One of your inputs was not of the correct type. See the console for more details.
à Dynamo.Models.NodeModel.__eval_internal_recursive(FSharpList
1 args, Dictionary
2 outPuts, Int32 level)à Dynamo.Models.NodeModel.<>c__DisplayClass44.b__41()
How can I get an XYZ array on edge for instance? I tried a few things with no luck.
thanks.
The text was updated successfully, but these errors were encountered: