fmeobjects.FMETriangleFan.getPointAtXYZ¶
-
FMETriangleFan.
getPointAtXYZ
(index)¶ Gets a coordinate of this triangle fan at the specified index. If index is out of range, then an error is generated.
Parameters: index (int) – The index to get the point from. Return type: tuple[float] Returns: The point is represented as a (x, y, z) tuple. Raises: FMEException – An exception is raised if an error occurred.