make_circle_seeds

pysac.analysis.tube3D.tvtk_tube_functions.make_circle_seeds(n, r, **domain)[source] [edit on github]

Generate an array of n seeds evenly spaced in a circle at radius r.

Parameters:

n: integer

Number of Seeds to Create

r: float

Radius of the Circle in grid points

**domain: Dict

kwargs specifiying the properties of the domain.

Returns:

surf_seeds: tvtk.PolyData

vtkPolyData containg point data with the seed locations. Needs: xmax, ymax, zmax