fmeobjects.FMETriangleFan.setMeasure
- FMETriangleFan.setMeasure(measureValues, measureName)
Set the default measure to the given values. Create the measure if it doesn’t already exist. If ‘measureName’ is supplied, this method sets the given measure to ‘measureValues’, or creates the measure if it doesn’t already exist. The size of ‘measureValues’ must be exactly equal to the value returned by
numPoints()
.