Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ createIPAngle
Function
createIPAngle
src/utilities/units/IPUnit.cpp:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
IPUnit createIPAngle() {
184
return IPUnit(IPExpnt(0, 0, 0, 0, 0, 0, 0, 0, 1));
185
}
186
187
IPUnit createIPSolidAngle() {
188
return IPUnit(IPExpnt(0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
Callers
1
units
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected