Skip to content

Commit fce00f6

Browse files
committed
default refreshrate for horizontal eq
1 parent 222b090 commit fce00f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compas_rv/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class TNASettings(BaseModel):
88
horizontal_kmax: int = 100
99
horizontal_alpha: float = 100
1010
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
1112

1213
vertical_kmax: int = 300
1314
vertical_zmax: float = 4.0

0 commit comments

Comments
 (0)