mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Merge branch 'master' into v0.6.0
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
%extend IfcGeom::tree {
|
%extend IfcGeom::tree {
|
||||||
|
|
||||||
static IfcEntityList::ptr vector_to_list(const std::vector<IfcUtil::IfcBaseEntity*>& ps) const {
|
static IfcEntityList::ptr vector_to_list(const std::vector<IfcUtil::IfcBaseEntity*>& ps) {
|
||||||
IfcEntityList::ptr r(new IfcEntityList);
|
IfcEntityList::ptr r(new IfcEntityList);
|
||||||
for (std::vector<IfcUtil::IfcBaseEntity*>::const_iterator it = ps.begin(); it != ps.end(); ++it) {
|
for (std::vector<IfcUtil::IfcBaseEntity*>::const_iterator it = ps.begin(); it != ps.end(); ++it) {
|
||||||
r->push(*it);
|
r->push(*it);
|
||||||
|
|||||||
Reference in New Issue
Block a user