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

Method set_max_area

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

* Set max area constraint (-a option). * Negative value means this options is not used. */

Source from the content-addressed store, hash-verified

65 * Negative value means this options is not used.
66 */
67 void set_max_area(const Float max_area) { m_max_area = max_area; }
68 const Float get_max_area() const { return m_max_area; }
69
70 void set_max_area_list(const VectorF& areas) { m_max_areas = areas; }

Callers 4

triangulateFunction · 0.80
triangulateFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64