mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
tree select(gp_Pnt) also with extend
This commit is contained in:
@@ -85,8 +85,8 @@
|
||||
return IfcGeom_tree_vector_to_list(ps);
|
||||
}
|
||||
|
||||
IfcEntityList::ptr select(const gp_Pnt& p) const {
|
||||
std::vector<IfcUtil::IfcBaseEntity*> ps = $self->select(p);
|
||||
IfcEntityList::ptr select(const gp_Pnt& p, double extend=0.0) const {
|
||||
std::vector<IfcUtil::IfcBaseEntity*> ps = $self->select(p, extend);
|
||||
return IfcGeom_tree_vector_to_list(ps);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user