MeasureFeature Class Reference
Last update: 16.07.2025Represents a Speos measure feature. More...
Inheritance diagram for MeasureFeature:

Static Public Attributes | |
| str | Value = property(fget=__GetValue) |
| Gets the measure value. | |
Static Public Attributes inherited from Feature | |
| str | Name = property(fget=__GetName) |
| Returns the name of the feature. | |
| str | Tag = property(fget=__GetTag) |
| Returns the NX tag for this feature. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Feature | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from Feature | |
| 'None' | Update (self) |
| Updates the feature. | |
| 'None' | Delete (self) |
| Deletes the feature. | |
Detailed Description
Represents a Speos measure feature.
To obtain an instance of this class, refer to ResultFeature::GetMeasures().
Member Data Documentation
◆ Value
|
static |
Gets the measure value.
Value type: Double.
The default value is 0.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Static Public Attributes inherited from