MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Features.MeasureResult.Status Class Reference

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]
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.Features.MeasureResult.Status.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.Features.MeasureResult.Status.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.Features.MeasureResult.Status.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.Features.MeasureResult.Status.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.Features.MeasureResult.Status.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.Features.MeasureResult.Status.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.Features.MeasureResult.Status.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.Features.MeasureResult.Status.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.Features.MeasureResult.Status.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.Features.MeasureResult.Status.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.Features.MeasureResult.Status.name ( self)

◆ value()

int meshlib.mrmeshpy.Features.MeasureResult.Status.value ( self)

Member Data Documentation

◆ badFeaturePair

typing meshlib.mrmeshpy.Features.MeasureResult.Status.badFeaturePair .ClassVar[Features.MeasureResult.Status]
static

◆ badRelativeLocation

typing meshlib.mrmeshpy.Features.MeasureResult.Status.badRelativeLocation .ClassVar[Features.MeasureResult.Status]
static

◆ notFinite

typing meshlib.mrmeshpy.Features.MeasureResult.Status.notFinite .ClassVar[Features.MeasureResult.Status]
static

◆ notImplemented

typing meshlib.mrmeshpy.Features.MeasureResult.Status.notImplemented .ClassVar[Features.MeasureResult.Status]
static

◆ ok

typing meshlib.mrmeshpy.Features.MeasureResult.Status.ok .ClassVar[Features.MeasureResult.Status]
static

The documentation for this class was generated from the following file: