roudan
Geotechnical
- Sep 7, 2020
- 38
Hi
I used to use getBoundingBox() to get surface nodes if outside surface is flat. Now if the surface is not flat, what alternative functions I can use to select nodes on the outside surface?? Thanks a lot
bottom_face=modelInstane.nodes.getByBoundingBox(xMin=X_tolernce*-1,xMax=Model_Width_I+X_tolernce,
yMin=Y_tolernce*-1,yMax=Model_Width_J+Y_tolernce,zMin=ZBot_Under-Z_tolernce,zMax=ZBot_Under+Z_tolernce)
I used to use getBoundingBox() to get surface nodes if outside surface is flat. Now if the surface is not flat, what alternative functions I can use to select nodes on the outside surface?? Thanks a lot
bottom_face=modelInstane.nodes.getByBoundingBox(xMin=X_tolernce*-1,xMax=Model_Width_I+X_tolernce,
yMin=Y_tolernce*-1,yMax=Model_Width_J+Y_tolernce,zMin=ZBot_Under-Z_tolernce,zMax=ZBot_Under+Z_tolernce)