Circle generator creates circles based on the radius and the number of vertices. What does that mean? It means that if the number of vertices is too low, ir will stop being a circle and will be a regular polygon, in example::
Circle generator creates circles based on the radius and the number of vertices. A higher number of verts gives a more detailed approximation of a circle::
- 3 vertices = triangle.
- 3 vertices = triangle.
- 4 vertices = square
- 4 vertices = square
...
@@ -13,13 +13,13 @@ Circle generator creates circles based on the radius and the number of vertices.
...
@@ -13,13 +13,13 @@ Circle generator creates circles based on the radius and the number of vertices.
- ...
- ...
- Many vertices = circle
- Many vertices = circle
This node will also create sector or segment of circles using the **Degrees** option. See the examples below to see it working also with the **mode** option.
This node will also create sector or segment of a circle using the **Degrees** option. See the examples below to see it working also with the **mode** option.
Inputs
Inputs
------
------
All inputs are vectorized and they will accept single or multiple values.
All inputs are vectorized and they will accept single or multiple values.
There is three inputs:
There are three inputs:
- **Radius**
- **Radius**
- **N Vertices**
- **N Vertices**
...
@@ -46,23 +46,23 @@ All parameters except **Mode** can be given by the node or an external input.
...
@@ -46,23 +46,23 @@ All parameters except **Mode** can be given by the node or an external input.