Skip to content
Snippets Groups Projects
Commit f2de61f8 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: add geometric constraint to decomposeParDict example (issue #921)

parent 5c993cf0
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,34 @@ constraints ...@@ -231,6 +231,34 @@ constraints
type refinementHistory; type refinementHistory;
enabled false; enabled false;
} }
geometric
{
type geometric;
grow false;
selection
{
box1
{
source box;
min (-0.1 -0.01 -0.1);
max (0.1 0.30 0.1);
}
ball
{
source sphere;
origin (-0.1 -0.01 -0.1);
radius 0.25;
}
blob
{
source surface;
surfaceType triSurfaceMesh;
surfaceName blob.obj;
}
}
}
} }
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment