Skip to content

Commit 4ac8deb

Browse files
committed
show_angle on by default
1 parent b1535d1 commit 4ac8deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rv/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TNASettings(BaseModel):
1515

1616

1717
class DrawingSettings(BaseModel):
18-
show_angles: bool = False
18+
show_angles: bool = True
1919
show_forces: bool = False
2020

2121
show_reactions: bool = True

0 commit comments

Comments
 (0)