change x-axis to "wine red" color

to create a difference between the axis and wires/edges
This commit is contained in:
jdegenstein
2023-03-13 13:39:27 -05:00
committed by GitHub
parent a4b86630dc
commit 0ba64024e0

View File

@@ -202,7 +202,7 @@ class ObjectTree(QWidget,ComponentMixin):
ais_list = []
for name,color,direction in zip(('X','Y','Z'),
('red','lawngreen','blue'),
((0.2,0,0),'lawngreen','blue'),
((1,0,0),(0,1,0),(0,0,1))):
line_placement = Geom_Line(gp_Ax1(gp_Pnt(*origin),
gp_Dir(*direction)))