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