mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-20 22:47:06 +01:00
change x-axis to "wine red" color
to create a difference between the axis and wires/edges
This commit is contained in:
@@ -202,7 +202,7 @@ class ObjectTree(QWidget,ComponentMixin):
|
|||||||
ais_list = []
|
ais_list = []
|
||||||
|
|
||||||
for name,color,direction in zip(('X','Y','Z'),
|
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))):
|
((1,0,0),(0,1,0),(0,0,1))):
|
||||||
line_placement = Geom_Line(gp_Ax1(gp_Pnt(*origin),
|
line_placement = Geom_Line(gp_Ax1(gp_Pnt(*origin),
|
||||||
gp_Dir(*direction)))
|
gp_Dir(*direction)))
|
||||||
|
|||||||
Reference in New Issue
Block a user