Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ empty_cell_dimension
Method
empty_cell_dimension
src/laybasic/laybasic/layLayoutViewBase.cc:5452–5459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5450
}
5451
5452
void
5453
LayoutViewBase::empty_cell_dimension (double um)
5454
{
5455
if (m_empty_cell_dimension != um) {
5456
m_empty_cell_dimension = um;
5457
redraw ();
5458
}
5459
}
5460
5461
void
5462
LayoutViewBase::text_visible (bool vis)
Callers
1
setup
Method · 0.80
Calls
1
redraw
Function · 0.85
Tested by
no test coverage detected