mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Remove ConversionResultPlacement, fix some errors
This commit is contained in:
@@ -648,8 +648,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
IfcUtil::IfcBaseEntity* get_decomposing_entity(IfcUtil::IfcBaseEntity* inst, bool include_openings) {
|
||||
IfcUtil::IfcBaseEntity* mapping::get_decomposing_entity(IfcUtil::IfcBaseEntity* inst, bool include_openings) {
|
||||
IfcSchema::IfcObjectDefinition* parent = 0;
|
||||
auto product = inst->as<IfcSchema::IfcProduct>();
|
||||
if (!product) {
|
||||
|
||||
Reference in New Issue
Block a user