Не подтверждена Коммит 5ec60adc создал по автору Dealga McArdle's avatar Dealga McArdle Зафиксировано автором GitHub
Просмотр файлов

typos

владелец 86c6bfe5
...@@ -4,7 +4,7 @@ Circle ...@@ -4,7 +4,7 @@ Circle
Functionality Functionality
------------- -------------
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.
+----------------+---------------+-------------+----------------------------------------------------+ +----------------+---------------+-------------+----------------------------------------------------+
| **Degrees** | Float | 360.0 | angle for a sector/segment circle | | **Degrees** | Float | 360.0 | angle for a sector/segment circle |
+----------------+---------------+-------------+----------------------------------------------------+ +----------------+---------------+-------------+----------------------------------------------------+
| **Mode** | Bollean | False | switch between two sector and segment circle | | **Mode** | Boolean | False | switch between two sector and segment circle |
+----------------+---------------+-------------+----------------------------------------------------+ +----------------+---------------+-------------+----------------------------------------------------+
Outputs Outputs
------- -------
**Vertices**, **Edges** and **Polygons**. **Vertices**, **Edges** and **Polygons**.
All outputs will be generated. Depending on the type of the inputs, the node will generate only one or multiples independent circles. In example: All outputs will be generated. Depending on the type of the inputs, the node will generate only one or multiple independent circles. In example:
.. image:: https://cloud.githubusercontent.com/assets/5990821/4187227/07366302-3768-11e4-8e9c-4068c9ce6773.png .. image:: https://cloud.githubusercontent.com/assets/5990821/4187227/07366302-3768-11e4-8e9c-4068c9ce6773.png
:alt: CircleDemo1.PNG :alt: CircleDemo1.PNG
.. image:: https://cloud.githubusercontent.com/assets/5990821/4187228/0759a754-3768-11e4-80a4-458e286edf20.png .. image:: https://cloud.githubusercontent.com/assets/5990821/4187228/0759a754-3768-11e4-80a4-458e286edf20.png
:alt: CircleDemo2.PNG :alt: CircleDemo2.PNG
As you can see in the red rounded values, depending on how many inputs have the node, will be generated those same number of outputs. As you can see in the red rounded values, depending on how many data inputs the node has, will be generated those same number of outputs.
If **Degrees** is minor than 0, depending of the **mode** state, will be generated a sector or a segment of a circle with that degrees angle. If **Degrees** is less than 360, depending of the **mode** state, the node generates a sector or a segment of a circle of the given number of degrees.
Example of usage Example of usage
---------------- ----------------
...@@ -75,4 +75,4 @@ In this first example we see that circle generator can be a circle but also any ...@@ -75,4 +75,4 @@ In this first example we see that circle generator can be a circle but also any
.. image:: https://cloud.githubusercontent.com/assets/5990821/4186876/ab2edf4c-3764-11e4-980e-d9beb10b16d8.png .. image:: https://cloud.githubusercontent.com/assets/5990821/4186876/ab2edf4c-3764-11e4-980e-d9beb10b16d8.png
:alt: CircleDemo4.PNG :alt: CircleDemo4.PNG
The second example shows the use of **mode** option and how it generates sector or segment of a circle based on the **degrees** value. The second example shows the use of **mode** option and how it generates sector or segment of a circle based on the **degrees** value.
\ No newline at end of file
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать