Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ set_id
Method
set_id
tools/CGAL/SelfIntersection.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
Box( const CGAL::Bbox_3& b) : Base( b) {}
28
ID id() const { return m_id; }
29
void set_id(ID id) { m_id = id; }
30
private:
31
ID m_id;
32
};
Callers
1
get_triangle_bboxes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected