mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
TODO note
This commit is contained in:
@@ -1231,6 +1231,7 @@ void IfcEntityInstanceData::setArgument(unsigned int i, Argument* a, IfcUtil::Ar
|
|||||||
case IfcUtil::Argument_AGGREGATE_OF_ENTITY_INSTANCE: {
|
case IfcUtil::Argument_AGGREGATE_OF_ENTITY_INSTANCE: {
|
||||||
IfcEntityList::ptr instances = *a;
|
IfcEntityList::ptr instances = *a;
|
||||||
IfcEntityList::ptr mapped_instances(new IfcEntityList);
|
IfcEntityList::ptr mapped_instances(new IfcEntityList);
|
||||||
|
// @todo mapped_instances are not actually mapped to the file using add().
|
||||||
for (IfcEntityList::it it = instances->begin(); it != instances->end(); ++it) {
|
for (IfcEntityList::it it = instances->begin(); it != instances->end(); ++it) {
|
||||||
mapped_instances->push(*it);
|
mapped_instances->push(*it);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user