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 03d9445 commit 03c721eCopy full SHA for 03c721e
commands/RV_form.py
@@ -40,17 +40,6 @@ def RunCommand():
40
formdiagram.vertices_attribute(name="z", value=0)
41
formdiagram.flip_cycles_if_normal_down()
42
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
-
54
thrustdiagram: ThrustDiagram = formdiagram.copy(cls=ThrustDiagram)
55
thrustdiagram.name = "ThrustDiagram"
56
0 commit comments