mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
BlenderBIM: typo fixes
This commit is contained in:
@@ -156,7 +156,7 @@ class GbxmlExporter:
|
||||
def create_opening(self, object, polygon, parent):
|
||||
opening = self.gbxml.add_element(parent, "Opening")
|
||||
opening.set("id", "opening-{}-{}".format(object.name, polygon.index))
|
||||
opening.set("windowTypeIdRef", "STD_EX11") # harcoded
|
||||
opening.set("windowTypeIdRef", "STD_EX11") # hardcoded
|
||||
opening.set("openingType", "FixedWindow") # hardcoded
|
||||
planar_geometry = self.gbxml.add_element(opening, "PlanarGeometry")
|
||||
self.create_poly_loop(object, polygon, planar_geometry)
|
||||
|
||||
@@ -49,7 +49,7 @@ with open(filepath) as fp:
|
||||
entity_to_type_map.setdefault(entity, []).append(type_class)
|
||||
line = fp.readline()
|
||||
|
||||
# This type of hacky express parsing doesn't accomodate subtypes, so...
|
||||
# This type of hacky express parsing doesn't accommodate subtypes, so...
|
||||
|
||||
|
||||
def get_inherited_map(declaration):
|
||||
|
||||
Reference in New Issue
Block a user