
Description
This function takes a rectangular grid of points and extracts collections of four points in the order needed to make a four-point surface. Two Boolean allows the user to close the set in the U or V direction.
Quad From Grid

Lloyds Constrained
P | In | Point 3d | Item | A two dimensional datatree of points in a rectangular grid |
U | In | Boolean | List | If true the grid will be closed in the U direction |
V | In | Boolean | List | If true the grid will be closed in the V direction |
A | Out | Point 3d | Tree | Corner A Quad Point |
B | Out | Point 3d | Tree | Corner B Quad Point |
C | Out | Point 3d | Tree | Corner C Quad Point |
D | Out | Point 3d | Tree | Corner D Quad Point |
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |