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

Method set_anonymous

src/IO/MeshWriter.h:50–50  ·  view source on GitHub ↗

* Do not indicate PyMesh as the generator. */

Source from the content-addressed store, hash-verified

48 * Do not indicate PyMesh as the generator.
49 */
50 void set_anonymous() { m_anonymous=true; }
51 bool is_anonymous() const { return m_anonymous; }
52
53 protected:

Callers 1

save_meshFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected