MeasureRectangularExtreme Class¶
-
class
NXOpen.MeasureRectangularExtreme¶ Bases:
NXOpen.GenericMeasureRepresents 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
PointReturns: Return type: NXOpen.Point3dNew 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.MeasureNew in version NX8.5.0.
License requirements: solid_modeling (“SOLIDS MODELING”)