Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Features.MeasureResult.Angle arg0) |
str | __repr__ (self) |
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) |
![]() | |
bool | __bool__ (self) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Additional Inherited Members | |
![]() | |
Features | status .MeasureResult.Status |
Generated from: MR::Features::MeasureResult::Angle
None mrmeshpy.Features.MeasureResult.Angle.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
None mrmeshpy.Features.MeasureResult.Angle.__init__ | ( | self, | |
Features.MeasureResult.Angle | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
str mrmeshpy.Features.MeasureResult.Angle.__repr__ | ( | self | ) |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
|
staticprotected |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
float mrmeshpy.Features.MeasureResult.Angle.computeAngleInRadians | ( | self | ) |
Vector3f mrmeshpy.Features.MeasureResult.Angle.dirA | ( | self | ) |
Normalized.
None mrmeshpy.Features.MeasureResult.Angle.dirA | ( | self, | |
Vector3f | arg1 ) |
Vector3f mrmeshpy.Features.MeasureResult.Angle.dirB | ( | self | ) |
^
None mrmeshpy.Features.MeasureResult.Angle.dirB | ( | self, | |
Vector3f | arg1 ) |
Vector3f mrmeshpy.Features.MeasureResult.Angle.dirFor | ( | self, | |
bool | b ) |
bool mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalA | ( | self | ) |
Whether `dir{A,B}` is a surface normal or a line direction.
None mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalA | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalFor | ( | self, | |
bool | b ) |
Vector3f mrmeshpy.Features.MeasureResult.Angle.pointFor | ( | self, | |
bool | b ) |