GenericMeasure Class

class NXOpen.GenericMeasure

Bases: NXOpen.TransientObject

Represents a single valued measurement

New in version NX4.0.0.

Properties

Property Description
MeasurementType Returns the type of the measurement

Methods

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

Enumerations

GenericMeasureType Enumeration The types for a measurement

Property Detail

MeasurementType

GenericMeasure.MeasurementType

Returns the type of the measurement

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

Getter Method

Signature MeasurementType

Returns:
Return type:NXOpen.GenericMeasureType

New in version NX4.0.0.

License requirements: None.

Method Detail

Dispose

GenericMeasure.Dispose

Free resources associated with the measure.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

Information

GenericMeasure.Information

Display information about a measurement.

In Interactive mode, output will be displayed in the listing window

In Batch mode, output will be displayed to the standard output (stdout)

Signature Information()

New in version NX4.0.0.

License requirements: None.