Sides
Sets the number of polygon sides.
Parametric polygon Shape generator
Creates a regular vector polygon with a controllable number of sides, size, rotation, fill, border and style.
sNGon is a parametric polygon generator for the Shape system. It is ideal for triangles, hexagons, technical badges, geometric panels and procedural motion-graphics elements that should remain vector until sRender.
Overview
Sides defines the core geometry, so one node can produce many common regular polygons. Width, Height and Angle then control the silhouette without requiring manual point editing.
Solid and Border controls let the same Shape act as a filled plate or an outlined graphic. Style values remain part of the Shape stream and can be overridden later with sChangeStyle.
Allow Combining controls whether the Shape participates in Shape-system combination behavior with neighboring elements.
Think of sNGon as a regular-polygon primitive whose geometry and appearance remain live inside the Shape pipeline.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Shape data processed or combined by this node.
The generated Shape data.
Inspector
Start with these controls before reaching for more complicated workarounds.
Sets the number of polygon sides.
Switches between a filled Shape and border-driven outline behavior.
Controls outline thickness when a border is used.
Sets how the border is positioned around the Shape path.
Positions the polygon.
Offsets the Shape NGon along the Z axis.
Controls polygon dimensions.
Rotates the polygon.
Sets the Shape style color.
Provides separate controls for the red, green, blue and alpha channels.
Controls Shape transparency.
Controls participation in Shape combination operations.
Practical setup
Set Sides to establish the polygon type.
Adjust Width/Height and Angle.
Choose filled or outlined styling.
Animate transform controls if needed.
Combine with other Shape nodes or render with sRender.
Examples
Build a reusable six-sided interface plate.
Repeat and rotate one polygon into a larger design.
Troubleshooting
Production notes
Related nodes