algorithmic modeling for Rhino
Tags:
Hi,
it is not tested but it should work.
Dim i As Int32
Dim lineCont As NurbsCurve
Dim lineList As New List(Of Curve)For i = 0 To x.Count - 1
lineCont = Nurbscurve.CreateFromLine(x(i))
lineList.Add(lineCont)
Next
A = Curve.JoinCurves(LineList)
Best
Marios
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2025 Created by Scott Davidson.
Powered by