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) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshPoint | operator (*args, **kwargs) |
| MeshPoint | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_inDir = 24 |
| typing | _offsetof_notIncidentFaces = 40 |
| typing | _offsetof_pt = 12 |
| typing | _offsetof_triPoint = 0 |
Generated from: MR::MeshPoint describes the point of measurement on mesh
|
static |
| None mrmeshpy.MeshPoint.__init__ | ( | self | ) |
| None mrmeshpy.MeshPoint.__init__ | ( | self, | |
| MeshPoint | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshPoint.__init__ | ( | self, | |
| MeshTriPoint | triPoint, | ||
| Vector3f | pt, | ||
| Vector3f | inDir, | ||
| func_bool_from_Id_FaceTag | notIncidentFaces ) |
Implicit aggregate constructor.
| Vector3f mrmeshpy.MeshPoint.inDir | ( | self | ) |
unit direction inside the mesh = minus normal
| None mrmeshpy.MeshPoint.inDir | ( | self, | |
| Vector3f | arg1 ) |
| func_bool_from_Id_FaceTag mrmeshpy.MeshPoint.notIncidentFaces | ( | self | ) |
predicate that returns true for mesh faces not-incident to the point
| None mrmeshpy.MeshPoint.notIncidentFaces | ( | self, | |
| func_bool_from_Id_FaceTag | arg1 ) |
|
static |
|
static |
| Vector3f mrmeshpy.MeshPoint.pt | ( | self | ) |
3d coordinates
| None mrmeshpy.MeshPoint.pt | ( | self, | |
| Vector3f | arg1 ) |
| None mrmeshpy.MeshPoint.set | ( | self, | |
| Mesh | mesh, | ||
| MeshTriPoint | p ) |
| MeshTriPoint mrmeshpy.MeshPoint.triPoint | ( | self | ) |
relative position on mesh
| None mrmeshpy.MeshPoint.triPoint | ( | self, | |
| MeshTriPoint | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |