Sphere
Creates a sphere.
Inputs
-
center
- The vector value that defines the center of the output sphere.
-
radius
- The value that defines the radius of the output sphere.
-
type
- Sets the type of sphere to output. This can be
ico
(an icosphere constructed from equilateral triangles),columns & rows
(a sphere constructed from columns and rows), orCSG
(a sphere constructed from the CSG system).
- Sets the type of sphere to output. This can be
-
detail
- The value that defines the level of detail of the output sphere when the type input is set to
ico
.
- The value that defines the level of detail of the output sphere when the type input is set to
-
columns
- The value that defines the number of columns of the output sphere when the type input is set to
column & rows
orCSG
.
- The value that defines the number of columns of the output sphere when the type input is set to
-
rows
- The value that defines the number of rows of the output sphere when the type input is set to
column & rows
orCSG
.
- The value that defines the number of rows of the output sphere when the type input is set to
-
phi start
- The value that defines the start angle (in the same axis as the columns input) of the output sphere when the type input is set to
column & rows
.
- The value that defines the start angle (in the same axis as the columns input) of the output sphere when the type input is set to
-
phi end
- The value that defines the end angle (in the same axis as the columns input) of the output sphere when the type input is set to
column & rows
.
- The value that defines the end angle (in the same axis as the columns input) of the output sphere when the type input is set to
-
theta start
- The value that defines the start angle (in the same axis as the rows input) of the output sphere when the type input is set to
column & rows
.
- The value that defines the start angle (in the same axis as the rows input) of the output sphere when the type input is set to
-
theta end
- The value that defines the end angle (in the same axis as the rows input) of the output sphere when the type input is set to
column & rows
.
- The value that defines the end angle (in the same axis as the rows input) of the output sphere when the type input is set to
Outputs
-
geometry
- Output primitives.
-
points
- The list of points of the output primitives.
-
points.x
- The list of x values of the points of the output primitives.
-
points.y
- The list of y values of the points of the output primitives.
-
points.z
- The list of z values of the points of the output primitives.
Notes
-
When the type input is set to
columns & rows
, adjusting the phi and theta start/end inputs will create domes and partial spheres. -
Other names for this node include: PolySphere, Poly sphere, Icosphere, Ball, and Globe.