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

Method isNull

src/ifcparse/IfcEntityInstanceData.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256bool AttributeValue::isNull() const
257{
258 return dispatch_has_<Blank>(array_, storage_model_, instance_name_, entity_or_type_, index_);
259}
260
261unsigned int AttributeValue::size() const
262{

Callers 15

get_curve_style_nameFunction · 0.80
writeMethod · 0.80
addTextAnnotationsMethod · 0.80
finalizeMethod · 0.80
idElementMethod · 0.80
nameElementMethod · 0.80
setFileMethod · 0.80
setFileMethod · 0.80
format_entity_instanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected