mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Use custom typemaps for geometry related classes as well
This commit is contained in:
@@ -66,12 +66,6 @@ namespace IfcUtil {
|
||||
%rename("entity_instance") IfcLateBoundEntity;
|
||||
%rename("file") IfcFile;
|
||||
|
||||
%include "utils/type_conversion.i"
|
||||
|
||||
%include "utils/typemaps_in.i"
|
||||
|
||||
%include "utils/typemaps_out.i"
|
||||
|
||||
%extend IfcParse::IfcFile {
|
||||
IfcParse::IfcLateBoundEntity* by_id(unsigned id) {
|
||||
return (IfcParse::IfcLateBoundEntity*) $self->entityById(id);
|
||||
|
||||
Reference in New Issue
Block a user