FEM: make objects module, fix type of constraint fluid boundary
This commit is contained in:
@@ -96,8 +96,8 @@ def makeConstraintFlowVelocity(doc, name="ConstraintFlowVelocity"):
|
||||
|
||||
|
||||
def makeConstraintFluidBoundary(doc, name="ConstraintFluidBoundary"):
|
||||
'''makeConstraintFluidBoundary(document, name): makes a Fem ConstraintForce object'''
|
||||
obj = doc.addObject("Fem::ConstraintForce", name)
|
||||
'''makeConstraintFluidBoundary(document, name): makes a Fem ConstraintFluidBoundary object'''
|
||||
obj = doc.addObject("Fem::ConstraintFluidBoundary", name)
|
||||
return obj
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user