sphere sph
Creates a sphere.
Creates a sphere with a specified radius at the origin (0, 0, 0).
sphere 5
Creates a sphere with a radius of 5 at the origin (0, 0, 0).
Number'
Number | Radius | Desired radius of the sphere |
Mode | Target |
---|---|
Geometry | Global |
{1} Volume
Creates a sphere with a specified radius at specified coordinates.
sphere 5 (4 5 6)
Creates a sphere with a radius 5 at coordinates (4, 5, 6).
Number' <Coords: Number' Number' Number'>'
Number | Radius | Desired radius of the sphere |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{1} Volume