Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | badFeaturePair .ClassVar[Features.MeasureResult.Status] |
| typing | badRelativeLocation .ClassVar[Features.MeasureResult.Status] |
| typing | notFinite .ClassVar[Features.MeasureResult.Status] |
| typing | notImplemented .ClassVar[Features.MeasureResult.Status] |
| typing | ok .ClassVar[Features.MeasureResult.Status] |
Members: ok notImplemented : Algorithms set this if this when something isn't yet implemented. badFeaturePair : Algorithms set this when the calculation doesn't make sense for those object types. This result can be based on object parameters, but not on their relative location. badRelativeLocation : Can't be computed because of how the objects are located relative to each other. notFinite : The result was not finite. This is set automatically if you return non-finite values, but you can also set this manually.
| None mrmeshpy.Features.MeasureResult.Status.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.Features.MeasureResult.Status.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.Features.MeasureResult.Status.__getstate__ | ( | self | ) |
| int mrmeshpy.Features.MeasureResult.Status.__hash__ | ( | self | ) |
| int mrmeshpy.Features.MeasureResult.Status.__index__ | ( | self | ) |
| int mrmeshpy.Features.MeasureResult.Status.__int__ | ( | self | ) |
| bool mrmeshpy.Features.MeasureResult.Status.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.Features.MeasureResult.Status.__repr__ | ( | self | ) |
| None mrmeshpy.Features.MeasureResult.Status.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.Features.MeasureResult.Status.__str__ | ( | self | ) |
| str mrmeshpy.Features.MeasureResult.Status.name | ( | self | ) |
| int mrmeshpy.Features.MeasureResult.Status.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |