Creates a Rhino surface object from a list of points.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Points | List<GH_Point> | A list of points that can be converted into GH_Point objects. This includes the Rhino Point3d object. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Surface | Surface | A new Rhino surface object. |