mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
BUG: surfaceBooleanFeatures: uses triSurfaceMesh so does not need path
Fixes the simpleShapes failure in #141
This commit is contained in:
@ -15,9 +15,7 @@ runApplication -s sphere \
|
||||
constant/triSurface/sphere_orient.stl
|
||||
|
||||
runApplication \
|
||||
surfaceBooleanFeatures intersection \
|
||||
constant/triSurface/cone_orient.stl \
|
||||
constant/triSurface/sphere_orient.stl
|
||||
surfaceBooleanFeatures intersection cone_orient.stl sphere_orient.stl
|
||||
|
||||
runApplication foamyHexMesh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user