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

Method set_holes

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

* Set hole points. Used by triangle to flood and remove faces * representing holes. */

Source from the content-addressed store, hash-verified

50 * representing holes.
51 */
52 void set_holes(const MatrixFr& holes) { m_holes = holes; }
53 const MatrixFr& get_holes() const { return m_holes; }
54
55 /**

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64