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

Method buildingTransformation

src/model/Space.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 Transformation Space_Impl::buildingTransformation() const {
205 return this->transformation();
206 }
207
208 bool Space_Impl::changeTransformation(const openstudio::Transformation& transformation) {
209 Transformation oldTransformation = this->transformation();

Callers 10

makeGeometriesFunction · 0.45
generateSkylightPatternFunction · 0.45
applySkylightPatternFunction · 0.45
equalVerticesMethod · 0.45
reverseEqualVerticesMethod · 0.45
findPlanarSurfacesMethod · 0.45
TEST_FFunction · 0.45
toGltfModelMethod · 0.45
GltfUserDataMethod · 0.45

Calls 1

transformationMethod · 0.45

Tested by 1

TEST_FFunction · 0.36