mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
revert flow directions icons to arrows
This commit is contained in:
@@ -24,8 +24,8 @@ from blenderbim.bim.module.system.data import SystemData, ObjectSystemData, Port
|
||||
|
||||
|
||||
FLOW_DIRECTION_TO_ICON = {
|
||||
"SOURCE": "REMOVE",
|
||||
"SINK": "ADD",
|
||||
"SOURCE": "FORWARD",
|
||||
"SINK": "BACK",
|
||||
"SOURCEANDSINK": "ARROW_LEFTRIGHT",
|
||||
"NOTDEFINED": "CHECKBOX_DEHLT",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user