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

This commit is contained in:
Mark Olesen
2018-11-15 11:45:18 +01:00
parent 5c993cf009
commit f2de61f82c

View File

@ -231,6 +231,34 @@ constraints
type refinementHistory;
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;
}
}
}
}
*/