MeasureRectangularExtreme Class

class NXOpen.MeasureRectangularExtreme

Bases: NXOpen.GenericMeasure

Represents a rectangular extreme point measurement

New in version NX8.5.0.

Properties

Property Description
MeasurementType Returns the type of the measurement
Point Returns the centroid point of the measurement

Methods

Method Description
CreateFeature Creates and returns a measurement feature
Dispose Free resources associated with the measure.
Information Display information about a measurement.

Property Detail

Point

MeasureRectangularExtreme.Point

Returns the centroid point of the measurement

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

Getter Method

Signature Point

Returns:
Return type:NXOpen.Point3d

New in version NX8.5.0.

License requirements: None.

Method Detail

CreateFeature

MeasureRectangularExtreme.CreateFeature

Creates and returns a measurement feature

Signature CreateFeature()

Returns:
Return type:NXOpen.Measure

New in version NX8.5.0.

License requirements: solid_modeling (“SOLIDS MODELING”)