fmeobjects.FMEArc.getMeasureValues

FMEArc.getMeasureValues(as3Points, measureName)

Return the values of the measure named by ‘measureName’, otherwise returns the values of the defaut measure. Returns an error if the measure does not exist. If ‘as3Points’ is True, then the values of the measure are returned as 3 points.

Parameters:
  • as3Points (bool) – Whether to return the values as 3 points.

  • measureName (str) – (Optional) The name of the measure whose values to return.

Return type:

tuple[float]

Returns:

The measure values of the arc.

Raises:

FMEException – An exception is raised if an error occurred.