tutorials: Updated to use surfaceFeatures rather than the deprecated surfaceFeatureExtract

This commit is contained in:
Henry Weller
2018-05-29 19:18:53 +01:00
parent 48c79c0bf5
commit aea8dc0516
62 changed files with 394 additions and 18229 deletions

View File

@ -10,29 +10,13 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object surfaceFeatureExtractDict;
object surfaceFeaturesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
flange.stl
{
// How to obtain raw features (extractFromFile || extractFromSurface)
extractionMethod extractFromSurface;
extractFromSurfaceCoeffs
{
// Mark edges whose adjacent surface normals are at an angle less
// than includedAngle as features
// - 0 : selects no edges
// - 180: selects all edges
includedAngle 150;
}
// Write options
// Write features to obj format for postprocessing
writeObj yes;
}
surfaces ("flange.stl");
// Identify a feature when angle between faces < includedAngle
includedAngle 150;
// ************************************************************************* //