algorithmic modeling for Rhino
Is there a way to extract 4 points of a mesh face so that they make one list?
Ex.
0 {x,x,x}
1 {x,x,x}
2 {x,x,x}
3 {x,x,x}
And if i am plugging a list of faces then the list would be more like this:
{0,0,0}
0 {x,x,x}
1 {x,x,x}
2 {x,x,x}
3 {x,x,x}
{0,0,1}
0 {x,x,x}
1 {x,x,x}
2 {x,x,x}
3 {x,x,x}
etc.
thank you,
Tags:
You could:
- Use the face vertices component by grafting the F input, merging all the outputs together and then using a list item component to retrieve the points from the indices.
- Use the face boundaries component and a curve explode component.
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by