Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_geometry
Method
get_geometry
src/Mesh.h:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
protected:
100
GeometryPtr get_geometry() { return m_geometry; }
101
ConnectivityPtr get_connectivity() { return m_connectivity; }
102
AttributesPtr get_attributes() { return m_attributes; }
103
Callers
5
MeshFactory.cpp
File · 0.80
initialize_vertices
Method · 0.80
initialize_faces
Method · 0.80
initialize_voxels
Method · 0.80
compute_and_drop_zero_dim
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected