#
add_sphere
Add a sphere from center point and radius, using N line segments.
#
Parameters
- center : array
- Center point: center = [x0,y0,z0]
- radius : float
- Radius.
- N : int
- Number of linearly spaced line segments in the arc spanning each quarter sphere.
#
See also
#
Examples
model3d.add_sphere(center = [0,0,3],radius = 3, N = 6)