Public Member Functions | |
bool | __bool__ (self) |
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) |
Generated from: MR::PointOnFace a point located on some mesh's face
None mrmeshpy.PointOnFace.__init__ | ( | self | ) |
Implicit default constructor.
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 ) |
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