Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PointOnObject arg0) |
str | __repr__ (self) |
Vector3f | point (self) |
None | point (self, Vector3f arg1) |
float | zBuffer (self) |
None | zBuffer (self, float arg1) |
Protected Member Functions | |
PointOnFace | _convert_to_PointOnFace (self) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PointOnObject point located on either 1. face of ObjectMesh 2. line of ObjectLines 3. point of ObjectPoints
None mrmeshpy.PointOnObject.__init__ | ( | self | ) |
None mrmeshpy.PointOnObject.__init__ | ( | self, | |
PointOnObject | arg0 ) |
Implicit copy constructor.
str mrmeshpy.PointOnObject.__repr__ | ( | self | ) |
|
protected |
|
staticprotected |
Vector3f mrmeshpy.PointOnObject.point | ( | self | ) |
3D location on the object in local coordinates
None mrmeshpy.PointOnObject.point | ( | self, | |
Vector3f | arg1 ) |
float mrmeshpy.PointOnObject.zBuffer | ( | self | ) |
z buffer value
None mrmeshpy.PointOnObject.zBuffer | ( | self, | |
float | arg1 ) |