ENH: cvMesh: Update tutorials

This commit is contained in:
laurence
2012-12-12 16:05:03 +00:00
parent 293d651331
commit b56d84db79
10 changed files with 93 additions and 133 deletions

View File

@ -125,34 +125,18 @@ motionControl
{
defaultCellSize 0.1;
//cellShapeControl constantControl;
//cellShapeControl fileControl;
cellShapeControl surfaceControl;
constantControlCoeffs
{
cellSize $defaultCellSize;
cellAlignment (1 1 0 0 1 0 0 1 1);
}
fileControlCoeffs
{
pointFile "alignmentPoints";
sizesFile "alignmentSizes";
alignmentsFile "alignmentTensors";
}
surfaceControlCoeffs
shapeControlFunctions
{
blob.stl
{
priority 1;
mode bothSides;
type searchableSurfaceControl;
priority 1;
mode bothSides;
surfaceCellSizeFunction uniformValue;
uniformValueCoeffs
{
surfaceCellSize 0.1;
surfaceCellSize $defaultCellSize;
}
cellSizeFunction uniform;