fmeobjects.FMEClothoid.getMeasureValues
- FMEClothoid.getMeasureValues(measureName)
Return the values of the given measure.
- Parameters:
measureName (str) – The name of the measure whose value is to be returned.
- Return type:
- Returns:
The values of the named measure in the form (start_point_value, end_point_value)
- Raises:
FMEException – An exception is raised if the measure name does not exist.