Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MeshPoint arg0) |
None | __init__ (self, MeshTriPoint triPoint, Vector3f pt, Vector3f inDir, func_bool_from_Id_FaceTag notIncidentFaces) |
None | set (self, Mesh mesh, MeshTriPoint p) |
Vector3f | inDir (self) |
None | inDir (self, Vector3f arg1) |
func_bool_from_Id_FaceTag | notIncidentFaces (self) |
None | notIncidentFaces (self, func_bool_from_Id_FaceTag arg1) |
Vector3f | pt (self) |
None | pt (self, Vector3f arg1) |
MeshTriPoint | triPoint (self) |
None | triPoint (self, MeshTriPoint arg1) |
Generated from: MR::MeshPoint describes the point of measurement on mesh
None meshlib.mrmeshpy.MeshPoint.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.MeshPoint.__init__ | ( | self, | |
MeshPoint | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.MeshPoint.__init__ | ( | self, | |
MeshTriPoint | triPoint, | ||
Vector3f | pt, | ||
Vector3f | inDir, | ||
func_bool_from_Id_FaceTag | notIncidentFaces ) |
Implicit aggregate constructor.
Vector3f meshlib.mrmeshpy.MeshPoint.inDir | ( | self | ) |
unit direction inside the mesh = minus normal
None meshlib.mrmeshpy.MeshPoint.inDir | ( | self, | |
Vector3f | arg1 ) |
func_bool_from_Id_FaceTag meshlib.mrmeshpy.MeshPoint.notIncidentFaces | ( | self | ) |
predicate that returns true for mesh faces not-incident to the point
None meshlib.mrmeshpy.MeshPoint.notIncidentFaces | ( | self, | |
func_bool_from_Id_FaceTag | arg1 ) |
Vector3f meshlib.mrmeshpy.MeshPoint.pt | ( | self | ) |
3d coordinates
None meshlib.mrmeshpy.MeshPoint.pt | ( | self, | |
Vector3f | arg1 ) |
None meshlib.mrmeshpy.MeshPoint.set | ( | self, | |
Mesh | mesh, | ||
MeshTriPoint | p ) |
MeshTriPoint meshlib.mrmeshpy.MeshPoint.triPoint | ( | self | ) |
relative position on mesh
None meshlib.mrmeshpy.MeshPoint.triPoint | ( | self, | |
MeshTriPoint | arg1 ) |