fmeobjects.FMETriangleStrip.getPoints

FMETriangleStrip.getPoints()

Gets the points of the triangle strip as a list of FMEPoint objects. The size of the given list must be exactly equal to the value returned by numPoints(). If the triangle strip is 2D the z values of the triangle strip will be populated with 0.0 values. Throws an exception if an error occurred.

Return type:list[FMEPoint]
Returns:A list of the points contained within the triangle strip.
Raises:FMEException – An exception is raised if an error occurred.