MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / isOutputUnitTypeDefaulted

Method isOutputUnitTypeDefaulted

src/model/CurveCubic.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 bool CurveCubic_Impl::isOutputUnitTypeDefaulted() const {
147 return isEmpty(OS_Curve_CubicFields::OutputUnitType);
148 }
149
150 bool CurveCubic_Impl::setCoefficient1Constant(double coefficient1Constant) {
151 bool result = setDouble(OS_Curve_CubicFields::Coefficient1Constant, coefficient1Constant);

Calls 1

isEmptyFunction · 0.85

Tested by

no test coverage detected