Skip to content

Commit 03c721e

Browse files
committed
fixed is fixed
1 parent 03d9445 commit 03c721e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

commands/RV_form.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ def RunCommand():
4040
formdiagram.vertices_attribute(name="z", value=0)
4141
formdiagram.flip_cycles_if_normal_down()
4242

43-
# i find this part very messy
44-
# fixed should either stay fixed
45-
# or simply not exist
46-
# but it should not be auto-converted into supports
47-
formdiagram.vertices_attribute("is_fixed", False)
48-
fixed = list(pattern.mesh.vertices_where(is_fixed=True))
49-
if fixed:
50-
for vertex in fixed:
51-
if formdiagram.has_vertex(vertex):
52-
formdiagram.vertex_attribute(vertex, "is_support", True)
53-
5443
thrustdiagram: ThrustDiagram = formdiagram.copy(cls=ThrustDiagram)
5544
thrustdiagram.name = "ThrustDiagram"
5645

0 commit comments

Comments
 (0)