Skip to content
Snippets Groups Projects
Commit 6f739ea0 authored by mehtank's avatar mehtank Committed by Yusuke Tanaka
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b68bce43
Branches
No related merge requests found
......@@ -14,7 +14,7 @@ class Tire(Component):
self.inheritAllInterfaces("tire_shape", prefix=None)
def modifyParameters(self):
def assemble(self):
thickness = self.getParameter("tire_thickness")
self.delSubcomponent("tire_shape")
# if tire thickness is 0, use RegularNGon at 40, otherwise FoldedTire (nonagon)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment