MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / setimplementation_level

Method setimplementation_level

src/ifcparse/Header_section_schema.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35void Header_section_schema::file_description::setdescription(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(0, v);if constexpr (false)unset_attribute_value(0); }
36std::string Header_section_schema::file_description::implementation_level() const { std::string v = get_attribute_value(1); return v; }
37void Header_section_schema::file_description::setimplementation_level(std::string v) { set_attribute_value(1, v);if constexpr (false)unset_attribute_value(1); }
38
39
40const IfcParse::entity& Header_section_schema::file_description::declaration() const { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[0]); }

Callers 1

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected