This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
Cuboid Zones:
-------------
Require 2 nodes (vertices), in order to make a Square, for example:
O . . . .
. .
. .
. .
. . . . O
O = Node (vertice)
NPoly Zones:
------------
Require 3 or more nodes (vertices), in order to make a Polygon or another geometrical model, for example:
O
/ \
/ \
/ \
O - - - O
O = Node (vertice)
Cylinder Zones:
---------------
Require 1 node (vertice) and radius, in order to make a Cylinder.
* * *
* *
* *
* *
* *
* *
* *
* O *
* *
* *
* *
* *
* *
* *
* * *
O = Node (vertice)
* = Radius