mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 04:24:39 +00:00
Door modifier - double swing doors
still no dashed lines in 2d representation
This commit is contained in:
@@ -440,6 +440,8 @@ class BIMDoorProperties(PropertyGroup):
|
||||
door_types = (
|
||||
("SINGLE_SWING_LEFT", "SINGLE_SWING_LEFT", ""),
|
||||
("SINGLE_SWING_RIGHT", "SINGLE_SWING_RIGHT", ""),
|
||||
("DOUBLE_SWING_LEFT", "DOUBLE_SWING_LEFT", ""),
|
||||
("DOUBLE_SWING_RIGHT", "DOUBLE_SWING_RIGHT", ""),
|
||||
)
|
||||
|
||||
door_added_previously: bpy.props.BoolProperty(default=False)
|
||||
|
||||
Reference in New Issue
Block a user