Searched refs:nof_spheres (Results 1 – 1 of 1) sorted by relevance
84 def create_sphere_geometry(nof_spheres, mesh_size, diameter, distance): argument99 n = int(math.ceil(math.sqrt(nof_spheres)))121 if counter == nof_spheres: