⚠️ Important | Please update Libfredo to v15.3a for bugfixes associated to SketchUp 2025 and below
Download
Hexagon
-
Is there a simple way to draw a hexagon with the API, I'm not seeing it. I would like to specify a center point and radius similar to what you do to add a circle.
-
@medeek said:
Is there a simple way to draw a hexagon with the API, I'm not seeing it. I would like to specify a center point and radius similar to what you do to add a circle.
entities.add_ngon(center,normal,radius,sides)
Advertisement