FormPlotter.update_pointcollection

FormPlotter.update_pointcollection(collection, centers, radius=1.0)[source]

Updates the location and radii of a point collection.

Parameters
  • collection (object) – The point collection to update.

  • centers (list) – List of tuples or lists with XY(Z) location for the points in the collection.

  • radius (float or list, optional) – The radii of the points. If a floar is given it will be used for all points.