Skip to main content

I'm trying to draw a box given four vertex creators, I couldn't get the polygon section to work from line builder - any tips on making this more efficient, I feel like four line builders is not the most elegant solution (although it works.)

 

Thank you.

 

imageimage

@jp12212​ Use the VertexCreators in sequence. The first will have the "Replace with Point" mode, the last three "Add Point". Then use a LineCloser to add a segment from the last vertex to the first, making a polygon.


thank you.


Reply