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

Method hasAdditionalProperties

src/model/ModelObject.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 }
703
704 bool ModelObject_Impl::hasAdditionalProperties() const {
705 AdditionalPropertiesVector candidates = getObject<ModelObject>().getModelObjectSources<AdditionalProperties>();
706 return !candidates.empty();
707 }
708
709 boost::optional<std::string> ModelObject_Impl::cadObjectId() const {
710 boost::optional<std::string> result;

Callers 4

getRecursiveChildrenFunction · 0.80
suggestHandleMappingMethod · 0.80
translateCADObjectIdMethod · 0.80
TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.64