cutting plane

This commit is contained in:
mattijs
2009-02-02 12:24:32 +00:00
parent 5afc0db5a8
commit 8fa4620e0a
5 changed files with 795 additions and 0 deletions

View File

@ -177,6 +177,25 @@ surfaces
interpolate false;
regularise false; // do not simplify
}
triangleCut
{
// Cutingplaneusing iso surface
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0.4 0 0.4);
normalVector (1 0.2 0.2);
}
interpolate true;
//zone ABC; // Optional: zone only
//exposedPatchName fixedWalls; // Optional: zone only
// regularise false; // Optional: do not simplify
}
);