Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ dim
Method
dim
python/pymesh/material.py:83–86 ·
view source on GitHub ↗
Dimension of the ambient space.
(self)
Source
from the content-addressed store, hash-verified
81
82
@property
83
def
dim(self):
84
""
" Dimension of the ambient space.
85
""
"
86
return
self.raw_material.get_dim()
Callers
nothing calls this directly
Calls
1
get_dim
Method · 0.45
Tested by
no test coverage detected