Message 1 of 4
Dynamo - Build curves from point lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm a fairly new user of Dynamo for Alias and I'm trying to build NURBS curves that run through a list of points on section curves. The list of points, from each of the section curves, is combined into a single list and I'm then using 'GetItemFromIndex' to grab the first point from each list sublevel to create the NURBS curve. Does anyone know how I can create all the NURBS curves at once by 'Getting' the 2nd point of each list, followed by the 3rd, and the fourth and so on?
Thanks in advance for any help!