TUT: use scale instead of convertToMeters
This commit is contained in:
parent
1a7fbc3d7f
commit
c536c0fee5
@ -15,7 +15,7 @@ FoamFile
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
convertToMeters 1;
|
scale 1;
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
@ -52,5 +52,7 @@ boundary
|
|||||||
(4 5 6 7) //upperWall
|
(4 5 6 7) //upperWall
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
Loading…
Reference in New Issue
Block a user