Inheritance diagram for mrmeshpy.PolylineProjectionResult3Arg:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PolylineProjectionResult3Arg arg0) |
| VertId | pointId (self) |
| None | pointId (self, VertId arg1) |
Public Member Functions inherited from mrmeshpy.PolylineProjectionResult3 | |
| bool | __bool__ (self) |
| bool | valid (self) |
| float | distSq (self) |
| None | distSq (self, float arg1) |
| UndirectedEdgeId | line (self) |
| None | line (self, UndirectedEdgeId arg1) |
| Vector3f | point (self) |
| None | point (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PolylineProjectionResult3Arg | operator (*args, **kwargs) |
| PolylineProjectionResult3Arg | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_pointId = 20 |
Static Protected Attributes inherited from mrmeshpy.PolylineProjectionResult3 | |
| typing | _offsetof_distSq = 16 |
| typing | _offsetof_line = 0 |
| typing | _offsetof_point = 4 |
Generated from: MR::PolylineProjectionResult3Arg
|
static |
Reimplemented from mrmeshpy.PolylineProjectionResult3.
| None mrmeshpy.PolylineProjectionResult3Arg.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.PolylineProjectionResult3.
| None mrmeshpy.PolylineProjectionResult3Arg.__init__ | ( | self, | |
| PolylineProjectionResult3Arg | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.PolylineProjectionResult3.
|
static |
Reimplemented from mrmeshpy.PolylineProjectionResult3.
|
static |
Reimplemented from mrmeshpy.PolylineProjectionResult3.
| VertId mrmeshpy.PolylineProjectionResult3Arg.pointId | ( | self | ) |
id of source point from which closest point was searched
| None mrmeshpy.PolylineProjectionResult3Arg.pointId | ( | self, | |
| VertId | arg1 ) |
|
staticprotected |