SingleMeasure Class

class NXOpen.SingleMeasure

Bases: NXOpen.GenericMeasure

Represents a single valued measurement

New in version NX4.0.0.

Properties

Property Description
MeasurementType Returns the type of the measurement
Value Returns the value of the measurement

Methods

Method Description
Dispose Free resources associated with the measure.
Information Display information about a measurement.

Property Detail

Value

SingleMeasure.Value

Returns the value of the measurement

-------------------------------------

Getter Method

Signature Value

Returns:
Return type:float

New in version NX4.0.0.

License requirements: None.