Inheritance diagram for mrmeshpy.Features.MeasureResult.Angle: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) |
Public Member Functions inherited from mrmeshpy.Features.MeasureResult.BasicPart | |
| bool | __bool__ (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Features.MeasureResult.Angle | operator (*args, **kwargs) |
| Features.MeasureResult.Angle | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_dirA = 28 |
| typing | _offsetof_dirB = 40 |
| typing | _offsetof_isSurfaceNormalA = 52 |
| typing | _offsetof_isSurfaceNormalB = 53 |
| typing | _offsetof_pointA = 4 |
| typing | _offsetof_pointB = 16 |
Static Protected Attributes inherited from mrmeshpy.Features.MeasureResult.BasicPart | |
| typing | _offsetof_status = 0 |
Additional Inherited Members | |
Static Public Attributes inherited from mrmeshpy.Features.MeasureResult.BasicPart | |
| Features | status .MeasureResult.Status |
Generated from: MR::Features::MeasureResult::Angle
|
static |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
| None mrmeshpy.Features.MeasureResult.Angle.__init__ | ( | self | ) |
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.
| 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 ) |
|
static |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
|
static |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
| Vector3f mrmeshpy.Features.MeasureResult.Angle.pointFor | ( | self, | |
| bool | b ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |