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

Method setPosition

src/model/GlareSensor.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 bool GlareSensor_Impl::setPosition(const Point3d& position) {
190 this->setPositionXCoordinate(position.x());
191 this->setPositionYCoordinate(position.y());
192 this->setPositionZCoordinate(position.z());
193 return true;
194 }
195
196 openstudio::Transformation GlareSensor_Impl::transformation() const {
197 Vector3d origin(this->positionXCoordinate(), this->positionYCoordinate(), this->positionZCoordinate());

Callers

nothing calls this directly

Calls 6

xMethod · 0.45
yMethod · 0.45
zMethod · 0.45

Tested by

no test coverage detected