Skip to content

Commit 366bdf1

Browse files
committed
stub for using forc from form update
1 parent a9deb17 commit 366bdf1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

commands/RV_tna_horizontal.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# r: compas_rv>=0.8.1
44

55

6-
import rhinoscriptsyntax as rs # type: ignore
6+
import rhinoscriptsyntax as rs # type: ignore # type: ignore
77

88
from compas_rv.conduits import HorizontalConduit
99
from compas_rv.session import RVSession
@@ -88,6 +88,9 @@ def redraw(k, xy, edges):
8888
# Compute horizontal
8989
# =============================================================================
9090

91+
# if alpha == 100:
92+
# update_force_from_form(force.diagram, form.diagram)
93+
9194
if refresh > 0:
9295
# overlapping conduits and dots look messy
9396
form.clear_angles()

0 commit comments

Comments
 (0)