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

Method defaultConstructionSet

src/model/Space.cpp:485–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 boost::optional<DefaultConstructionSet> Space_Impl::defaultConstructionSet() const {
486 return getObject<ModelObject>().getModelObjectTarget<DefaultConstructionSet>(OS_SpaceFields::DefaultConstructionSetName);
487 }
488
489 boost::optional<ConstructionBase> Space_Impl::getDefaultConstruction(const PlanarSurface& planarSurface) const {
490 boost::optional<std::pair<ConstructionBase, int>> result = this->getDefaultConstructionWithSearchDistance(planarSurface);

Callers 10

hardApplySpaceTypeMethod · 0.95
mergeBuildingMethod · 0.45
mergeSpaceMethod · 0.45
mergeSpaceTypeMethod · 0.45
mergeBuildingStoryMethod · 0.45
updateFloorplanJSMethod · 0.45
modelFromThreeJSMethod · 0.45
CompareTwoModelsFunction · 0.45

Calls

no outgoing calls

Tested by 1

CompareTwoModelsFunction · 0.36