Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PointsToMeshProjector arg0) |
None | findProjections (self, std_vector_MeshProjectionResult result, std_vector_Vector3_float points, AffineXf3f objXf, AffineXf3f refObjXf, float upDistLimitSq, float loDistLimitSq) |
int | projectionsHeapBytes (self, int numProjections) |
None | updateMeshData (self, Mesh mesh) |
Generated from: MR::PointsToMeshProjector Computes the closest point on mesh to each of given points on CPU
None meshlib.mrmeshpy.PointsToMeshProjector.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PointsToMeshProjector.__init__ | ( | self, | |
PointsToMeshProjector | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PointsToMeshProjector.findProjections | ( | self, | |
std_vector_MeshProjectionResult | result, | ||
std_vector_Vector3_float | points, | ||
AffineXf3f | objXf, | ||
AffineXf3f | refObjXf, | ||
float | upDistLimitSq, | ||
float | loDistLimitSq ) |
<summary> Computes the closest point on mesh to each of given points </summary> <param name="result">vector pf projections</param> <param name="points">vector of points to project</param> <param name="objXf">transform applied to points</param> <param name="refObjXf">transform applied to referencing mesh</param> <param name="upDistLimitSq">maximal squared distance from point to mesh</param> <param name="loDistLimitSq">minimal squared distance from point to mesh</param>
Reimplemented from meshlib.mrmeshpy.IPointsToMeshProjector.
int meshlib.mrmeshpy.PointsToMeshProjector.projectionsHeapBytes | ( | self, | |
int | numProjections ) |
Returns amount of additional memory needed to compute projections
Reimplemented from meshlib.mrmeshpy.IPointsToMeshProjector.
None meshlib.mrmeshpy.PointsToMeshProjector.updateMeshData | ( | self, | |
Mesh | mesh ) |
update all data related to the referencing mesh
Reimplemented from meshlib.mrmeshpy.IPointsToMeshProjector.