Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_vertices
Method
get_num_vertices
tools/Wires/WireNetwork/SVGParser.h:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
21
void export_vertices(Float* buffer) const;
Callers
15
compute_end_loop_offsets
Method · 0.45
generate_joints
Method · 0.45
compute_vertex_thickness
Method · 0.45
set_uniform_thickness
Method · 0.45
check_thickness
Method · 0.45
convert_parameters_to_attributes
Method · 0.45
trim_irrelavent_edges
Method · 0.45
compute
Method · 0.45
WireNetwork
Method · 0.45
compute
Method · 0.45
compute
Method · 0.45
mark_directly_supported_vertices
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected