Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node for Curves not working with Edges #800

Closed
jbenoit44 opened this issue Nov 21, 2013 · 2 comments
Closed

Node for Curves not working with Edges #800

jbenoit44 opened this issue Nov 21, 2013 · 2 comments
Assignees
Labels

Comments

@jbenoit44
Copy link

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.

edges

@kronz
Copy link
Contributor

kronz commented Dec 11, 2013

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.

@ghost ghost assigned ikeough Dec 11, 2013
@ikeough ikeough removed the Revit DynamoRevit label Apr 22, 2016
@ikeough ikeough closed this as completed May 4, 2016
@ikeough
Copy link
Contributor

ikeough commented May 4, 2016

XYZArrayOnCurve no longer exists. Closing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants