fmeobjects.FMETriangleFan.getPoints¶
-
FMETriangleFan.getPoints()¶ Gets the points of the triangle fan as a list of
FMEPointobjects. The size of the given list must be exactly equal to the value returned bynumPoints(). If the triangle fan is 2D the z values of the triangle fan will be populated with 0.0 values. Returns an error if an error occurred.Return type: list[FMEPoint] Returns: A list of points contained within the triangle fan. Raises: FMEException – An exception is raised if an error occurred.