fmeobjects.FMEPoint.equalOrientation

FMEPoint.equalOrientation(point)

Returns True if the two points have identical rotations. Measures are not compared.

Parameters:point (FMEPoint) – The point to compare to.
Return type:bool
Returns:True if the two points have identical rotations, False otherwise.