MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PointOnObject Class Reference

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)
 

Detailed Description

Generated from:  MR::PointOnObject

point located on either
1. face of ObjectMesh
2. line of ObjectLines
3. point of ObjectPoints

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.PointOnObject.__init__ ( self)

◆ __init__() [2/2]

None meshlib.mrmeshpy.PointOnObject.__init__ ( self,
PointOnObject arg0 )
Implicit copy constructor.

Member Function Documentation

◆ _convert_to_PointOnFace()

PointOnFace meshlib.mrmeshpy.PointOnObject._convert_to_PointOnFace ( self)
protected

◆ point() [1/2]

Vector3f meshlib.mrmeshpy.PointOnObject.point ( self)
3D location on the object in local coordinates

◆ point() [2/2]

None meshlib.mrmeshpy.PointOnObject.point ( self,
Vector3f arg1 )

◆ zBuffer() [1/2]

float meshlib.mrmeshpy.PointOnObject.zBuffer ( self)
z buffer value

◆ zBuffer() [2/2]

None meshlib.mrmeshpy.PointOnObject.zBuffer ( self,
float arg1 )

The documentation for this class was generated from the following file: