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

Method create

src/MeshFactory.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 MeshFactory& with_attribute(const std::string& attr_name);
31 MeshFactory& drop_zero_dim();
32 Mesh::Ptr create() { return m_mesh; }
33
34 private:
35 MeshFactory(const MeshFactory& other) = delete;

Callers 2

load_meshFunction · 0.95
form_meshFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected