mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
surfaceFeatureExtractDict templates: added trimFeatures options
This commit is contained in:
@ -28,6 +28,12 @@ subsetFeatures
|
||||
openEdges yes;
|
||||
}
|
||||
|
||||
trimFeatures
|
||||
{
|
||||
minElem 0;
|
||||
minLen 0;
|
||||
}
|
||||
|
||||
writeObj yes;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -29,6 +29,12 @@ CAD.obj
|
||||
openEdges yes;
|
||||
}
|
||||
|
||||
trimFeatures
|
||||
{
|
||||
minElem 0;
|
||||
minLen 0;
|
||||
}
|
||||
|
||||
writeObj yes;
|
||||
}
|
||||
|
||||
|
||||
@ -29,6 +29,12 @@ CAD.obj
|
||||
openEdges yes;
|
||||
}
|
||||
|
||||
trimFeatures
|
||||
{
|
||||
minElem 0;
|
||||
minLen 0;
|
||||
}
|
||||
|
||||
writeObj yes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user