We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222b090 commit fce00f6Copy full SHA for fce00f6
src/compas_rv/settings.py
@@ -8,6 +8,7 @@ class TNASettings(BaseModel):
8
horizontal_kmax: int = 100
9
horizontal_alpha: float = 100
10
horizontal_max_angle: float = Field(default=5.0, title="Maximum Angle Deviation", description="The maximum allowed angle between corresponding edges.")
11
+ horizontal_refreshrate: int = 5
12
13
vertical_kmax: int = 300
14
vertical_zmax: float = 4.0
0 commit comments