NXOpen.UF.Motion.Measure

Motion.Measure()

Refer to UF_MOTION_measure for documentation.

Signature: Measure(measurementTag, animationStep)

Parameters:
  • measurementTag (Tag) – The tag of the measurement to be performed. It was created using UF_MOTION_ create_measurement and stores all of the parameters needed to complete the measurement.
  • animationStep (int) – The step number of the analysis results currently loaded in the database. It cannot be negative and it cannot be greater than the total number of steps in the analysis results.
Returns:

The results of the measurement. The units of this result depends on the type of measurement and the system of units the model is currently in.

Return type:

float

License requirements: None