Skip to main content
Question

Draw a box with four points using polygon from line builder

  • December 12, 2023
  • 2 replies
  • 54 views

jp12212
Contributor
Forum|alt.badge.img+4

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

2 replies

DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • December 12, 2023

@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.


jp12212
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • December 12, 2023

thank you.