Inheritance diagram for mrmeshpy.Features.MeasureResult.Distance:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Features.MeasureResult.Distance arg0) |
| str | __repr__ (self) |
| Vector3f | closestPointFor (self, bool b) |
| float | distanceAlongAxis (self, int i) |
| float | distanceAlongAxisAbs (self, int i) |
| float | distance (self) |
| None | distance (self, float arg1) |
Public Member Functions inherited from mrmeshpy.Features.MeasureResult.BasicPart | |
| bool | __bool__ (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Features.MeasureResult.Distance | operator (*args, **kwargs) |
| Features.MeasureResult.Distance | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_closestPointA = 8 |
| typing | _offsetof_closestPointB = 20 |
| typing | _offsetof_distance = 4 |
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::Distance
|
static |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
| None mrmeshpy.Features.MeasureResult.Distance.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
| None mrmeshpy.Features.MeasureResult.Distance.__init__ | ( | self, | |
| Features.MeasureResult.Distance | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
| str mrmeshpy.Features.MeasureResult.Distance.__repr__ | ( | self | ) |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
| Vector3f mrmeshpy.Features.MeasureResult.Distance.closestPointFor | ( | self, | |
| bool | b ) |
| float mrmeshpy.Features.MeasureResult.Distance.distance | ( | self | ) |
This is a separate field because it can be negative.
| None mrmeshpy.Features.MeasureResult.Distance.distance | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.Features.MeasureResult.Distance.distanceAlongAxis | ( | self, | |
| int | i ) |
| float mrmeshpy.Features.MeasureResult.Distance.distanceAlongAxisAbs | ( | self, | |
| int | i ) |
|
static |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
|
static |
Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.
|
staticprotected |
|
staticprotected |
|
staticprotected |