MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / set_triangles

Method set_triangles

tools/Triangle/TriangleWrapper.h:45–45  ·  view source on GitHub ↗

* Add existing triangulation of the point cloud. Used for refining an * existing triangulation. This is equivalent to passing a .node * (specified with `set_points()`) and a .ele file as input (specified * with this functions). */

Source from the content-addressed store, hash-verified

43 * with this functions).
44 */
45 void set_triangles(const MatrixIr& triangles) { m_triangles = triangles; }
46 const MatrixIr& get_triangles() const { return m_triangles; }
47
48 /**

Callers 1

refineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected