Example use case of the pyCAPS._capsAnalysis.getAttributeVal() function
4 from __future__
import print_function
13 myGeometry = myProblem.loadCAPS(
"./csmData/cfdMultiBody.csm")
16 fun3d = myProblem.loadAIM(aim =
"fun3dAIM",
18 analysisDir =
"FUN3DAnalysisTest",
23 attributeList = fun3d.getAttributeVal(
"capsGroup", attrLevel =
"Body")
27 attributeList = fun3d.getAttributeVal(
"capsGroup", attrLevel = 5)
32 attributeList = fun3d.getAttributeVal(
"capsGroup", attrLevel =
"Node")