Public Member Functions | |
| bool | __bool__ (self) |
| None | __init__ (self, PointOnObject arg0) |
| None | __init__ (self) |
| None | __init__ (self, PointOnFace arg0) |
| None | __init__ (self, FaceId face, Vector3f point) |
| str | __repr__ (self) |
| typing.Any | __rlshift__ (self, typing.Any pof) |
| typing.Any | __rrshift__ (self, typing.Any pof) |
| bool | valid (self) |
| FaceId | face (self) |
| None | face (self, FaceId arg1) |
| Vector3f | point (self) |
| None | point (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointOnFace | operator (*args, **kwargs) |
| PointOnFace | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_face = 0 |
| typing | _offsetof_point = 4 |
Generated from: MR::PointOnFace a point located on some mesh's face
|
static |
| None mrmeshpy.PointOnFace.__init__ | ( | self, | |
| PointOnObject | arg0 ) |
| None mrmeshpy.PointOnFace.__init__ | ( | self | ) |
| None mrmeshpy.PointOnFace.__init__ | ( | self, | |
| PointOnFace | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
| bool mrmeshpy.PointOnFace.__bool__ | ( | self | ) |
| str mrmeshpy.PointOnFace.__repr__ | ( | self | ) |
| typing.Any mrmeshpy.PointOnFace.__rlshift__ | ( | self, | |
| typing.Any | pof ) |
===================================================================== PointOnFace
| typing.Any mrmeshpy.PointOnFace.__rrshift__ | ( | self, | |
| typing.Any | pof ) |
| FaceId mrmeshpy.PointOnFace.face | ( | self | ) |
mesh's face containing the point
| None mrmeshpy.PointOnFace.face | ( | self, | |
| FaceId | arg1 ) |
|
static |
|
static |
| Vector3f mrmeshpy.PointOnFace.point | ( | self | ) |
a point of the mesh's face
| None mrmeshpy.PointOnFace.point | ( | self, | |
| Vector3f | arg1 ) |
| bool mrmeshpy.PointOnFace.valid | ( | self | ) |
check for validity, otherwise the point is not defined
|
staticprotected |
|
staticprotected |