add_point_labels# PrimePlotter.add_point_labels(points, labels, **kwargs)# Add point labels to the scene. Parameters: pointsnumpy:array_likePoints where labels are placed. labelslist of strLabel text for each point. **kwargsAdditional keyword arguments passed to scene.add_point_labels(). Examples using PrimePlotter.add_point_labels# Using PyVista for Graphics in PyPrimeMesh Using PyVista for Graphics in PyPrimeMesh