Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Features.MeasureResult.Angle arg0) |
float | computeAngleInRadians (self) |
Vector3f | dirFor (self, bool b) |
bool | isSurfaceNormalFor (self, bool b) |
Vector3f | pointFor (self, bool b) |
Vector3f | dirA (self) |
None | dirA (self, Vector3f arg1) |
Vector3f | dirB (self) |
None | dirB (self, Vector3f arg1) |
bool | isSurfaceNormalA (self) |
None | isSurfaceNormalA (self, bool arg1) |
Public Member Functions inherited from meshlib.mrmeshpy.Features.MeasureResult.BasicPart | |
bool | __bool__ (self) |
Additional Inherited Members | |
Static Public Attributes inherited from meshlib.mrmeshpy.Features.MeasureResult.BasicPart | |
Features | status .MeasureResult.Status |
Generated from: MR::Features::MeasureResult::Angle
None meshlib.mrmeshpy.Features.MeasureResult.Angle.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from meshlib.mrmeshpy.Features.MeasureResult.BasicPart.
None meshlib.mrmeshpy.Features.MeasureResult.Angle.__init__ | ( | self, | |
Features.MeasureResult.Angle | arg0 ) |
Implicit copy constructor.
Reimplemented from meshlib.mrmeshpy.Features.MeasureResult.BasicPart.
float meshlib.mrmeshpy.Features.MeasureResult.Angle.computeAngleInRadians | ( | self | ) |
Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.dirA | ( | self | ) |
Normalized.
None meshlib.mrmeshpy.Features.MeasureResult.Angle.dirA | ( | self, | |
Vector3f | arg1 ) |
Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.dirB | ( | self | ) |
^
None meshlib.mrmeshpy.Features.MeasureResult.Angle.dirB | ( | self, | |
Vector3f | arg1 ) |
Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.dirFor | ( | self, | |
bool | b ) |
bool meshlib.mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalA | ( | self | ) |
Whether `dir{A,B}` is a surface normal or a line direction.
None meshlib.mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalA | ( | self, | |
bool | arg1 ) |
bool meshlib.mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalFor | ( | self, | |
bool | b ) |
Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.pointFor | ( | self, | |
bool | b ) |