Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getModelLengthUnit
Function
getModelLengthUnit
source/MRViewer/MRUnitSettings.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
std::optional<LengthUnit> getModelLengthUnit()
172
{
173
return getDefaultUnitParams<LengthUnit>().sourceUnit;
174
}
175
176
void setModelLengthUnit( std::optional<LengthUnit> unit )
177
{
Callers
3
saveSettings
Method · 0.85
getActualModelLengthUnit
Function · 0.85
drawMeasurementUnitsTab_
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected