Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ bbox_center
Method
bbox_center
python/pymesh/wires/WireNetwork.py:309–310 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
308
@property
309
def
bbox_center(self):
310
return
self.raw_wires.center().ravel()
311
312
@property
313
def
centroid(self):
Callers
nothing calls this directly
Calls
1
center
Method · 0.80
Tested by
no test coverage detected