CircleGeometry Op

CircleGeometry

Create a circle geometry


A simple shape of Euclidean geometry. It is constructed from a number of triangular segments that are oriented around a central point and extend as far out as a given radius. It is built counter-clockwise from a start angle and a given central angle. It can also be used to create regular polygons, where the number of segments determines the number of sides.

https://threejs.org/docs/?q=CircleGeometry#CircleGeometry


Full Name
  • Ops.Extension.Three.Geometries.CircleGeometry
Visibility
  •  Extension Op - visible for members of team Three
License
  • MIT
AuthorgithubMaintained by TeamCore Libraries
  • three



INPUT PORTS


Radius (Number)

Radius of the circle

Segments (Number)

Number of segments (triangles)

Theta Start (Number)

Start angle for first segment

Theta Length (Number)

The central angle of the circular sector

OUTPUT PORTS


geometry (Object)

Changelog

Patches using CircleGeometry

  • Examples
  • Public
  • My Patches