MCPcopy 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
171std::optional<LengthUnit> getModelLengthUnit()
172{
173 return getDefaultUnitParams<LengthUnit>().sourceUnit;
174}
175
176void setModelLengthUnit( std::optional<LengthUnit> unit )
177{

Callers 3

saveSettingsMethod · 0.85
getActualModelLengthUnitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected