openfoam/applications/utilities/surface/surfaceFeatureExtract
Mark Olesen de2eed3e7d ENH: additional methods and improvements to plane
- signedDistance() method is like distance() but retains
  the positive/negative sign for the side of the plane.

- the sign() method returns the sign as -1,0,+1 integer for
  classification purposes where it is important to distinguish between
  a zero value and a positive value (eg, for cutting). Optional
  tolerance can be supplied to round for zero.

- refactor and inlined simple and frequently used methods.

- add boundBox faceCentre() method, which can be useful for creating
  clipping planes from a bounding box.
  Relocated treeBoundBox faceNormals to boundBox since they apply
  equally there - the meaning of the faces (x-min, x-max, etc)
  is the same, even if the point addressing for the faces differs.
2018-08-03 23:17:49 +02:00
..
extractionMethod STYLE: use autoPtr::New and tmp::New for simple return types 2018-02-26 14:00:30 +01:00
Make ENH: multiple surfaces, self-intersection in surfaceFeatureExtract (issue #450) 2017-04-11 11:46:00 +02:00
Allwclean ENH: improvements for surfaceIntersection (issue #450) 2017-04-28 08:49:45 +02:00
Allwmake COMP: Allwmake: feed through 'objects' targer for wmakeCollect 2018-05-17 08:39:57 +01:00
surfaceFeatureExtract.C ENH: additional methods and improvements to plane 2018-08-03 23:17:49 +02:00
surfaceFeatureExtractDict ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00