We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6ba8e commit 416f3a7Copy full SHA for 416f3a7
src/compas_masonry/settings.py
@@ -9,7 +9,7 @@ class FormDiagramSettings(BaseModel):
9
show_residuals: bool = Field(default=False, title="Show Residuals")
10
show_pipes: bool = Field(default=False, title="Show Pipes")
11
show_loads: bool = Field(default=False, title="Show Loads")
12
- show_bounds: bool = Field(default=True, title="Show Bounds")
+ show_bounds: bool = Field(default=False, title="Show Bounds")
13
show_cracks: bool = Field(default=False, title="Show Cracks")
14
15
scale_reactions: float = Field(default=0.01, ge=1e-6, le=1e3, title="Scale Reactions")
0 commit comments