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

Method get_dim

tools/Wires/WireNetwork/SVGParser.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 void parse(const std::string& filename, bool keep_bbox=true);
16
17 size_t get_dim() const { return 2; }
18 size_t get_num_vertices() const { return m_vertices.size(); }
19 size_t get_num_edges() const { return m_edges.size(); }
20

Callers 15

generate_jointsMethod · 0.45
connect_end_loopsMethod · 0.45
finalizeMethod · 0.45
generate_jointMethod · 0.45
initialize_AABB_treeMethod · 0.45
createMethod · 0.45
create_parametricMethod · 0.45
InflatorEngineMethod · 0.45
PhantomMeshGeneratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected