mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
fix bug after 8291a0ca6
This commit is contained in:
@@ -237,7 +237,7 @@ class DecoratorData:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_batting_thickness(cls, obj):
|
def get_batting_thickness(cls, obj):
|
||||||
"""used by IfcAnnotations with ObjectType = "BATTING""""
|
"""used by IfcAnnotations with ObjectType = "BATTING" """
|
||||||
result = cls.data.get(obj.name, None)
|
result = cls.data.get(obj.name, None)
|
||||||
if result is not None:
|
if result is not None:
|
||||||
return result
|
return result
|
||||||
@@ -251,7 +251,7 @@ class DecoratorData:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_section_markers_display_data(cls, obj):
|
def get_section_markers_display_data(cls, obj):
|
||||||
"""used by IfcAnnotations with ObjectType = "SECTION""""
|
"""used by IfcAnnotations with ObjectType = "SECTION" """
|
||||||
result = cls.data.get(obj.name, None)
|
result = cls.data.get(obj.name, None)
|
||||||
if result is not None:
|
if result is not None:
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user