algorithmic modeling for Rhino
List<Point3d> pts = new List<Point3d>();
Dim pts As List(Of Point3d) = Nothing
Dim val As Int32 = Nothing
List<Point3d> pts = null;
int val = 0;
List<Point3d> pts = default(List<Point3d>);
int val = default(int);
System.Collections.Generic.List(<)Rhino.Geometry.Point3d(>) pts = new System.Collections.Generic.List(<)Rhino.Geometry.Point3d(>)();
if (!DA.GetDataList(0, pts)) { return; }
pManager.Register_PointParam("Vertices", "V", "Curve control points", GH_ParamAccess.list);
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by