How to generate a sphere and cylinder?

How to generate a sphere and cylinder, and modify the length, width, and height parameters of the generated sphere or cylinder?

1 Like

Here are the basic functions:
Sphere
Cylinder

That said your best bet is probably using the matrix approach to size the geometry as @guido explains here for a similar question.

1 Like