Fem: Fix references assignment in centrif example
This commit is contained in:
committed by
Chris Hennes
parent
b87bdc1f84
commit
726eee50c2
@@ -172,7 +172,7 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
|
||||
# constraint fixed
|
||||
con_fixed = ObjectsFem.makeConstraintFixed(doc, "ConstraintFixed")
|
||||
con_fixed.References = [(geom_obj, ("Face4", "Face12"))]
|
||||
con_fixed.References = [(geom_obj, ("Face6", "Face14"))]
|
||||
analysis.addObject(con_fixed)
|
||||
|
||||
# constraint centrif
|
||||
|
||||
Reference in New Issue
Block a user