Points() -- Create an empty points object. This class allows one to manipulate the Points object by adding new points, deleting facets, importing from an STL file, transforming and much more. Create a copy of this points object Read in a points object from file. Write the points object into file. Write the points in OpenInventor format to a string. add one or more (list of) points to the object Get a new point object from a given segment Get a new point object from points with valid coordinates (i.e. that are not NaN) Return the number of vertices of the points object. A collection of points With this attribute it is possible to get access to the points of the object for p in pnt.Points: print p