ifcopenshell.template.create()

This commit is contained in:
Thomas Krijnen
2017-10-06 16:05:55 +02:00
parent 85f872d3b8
commit effcecc75f
3 changed files with 106 additions and 5 deletions
@@ -66,8 +66,4 @@ def create_entity(type,*args,**kwargs):
for idx, arg in attrs: e[idx] = arg
return e
version = ifcopenshell_wrapper.version()
schema_identifier = ifcopenshell_wrapper.schema_identifier()
get_supertype = ifcopenshell_wrapper.get_supertype
get_log = ifcopenshell_wrapper.get_log
from .main import *