Skip to content
  • Mark OLESEN's avatar
    ENH: improve surfaceSplitByPatch controls (#1600) · e3d44438
    Mark OLESEN authored
    - uses MeshedSurface instead of triSurface to prevent automatic
      triangulation.
    
    - supports '-patches' and '-excludePatches' controls as per foamToVTK.
      For example,
    
        surfaceSplitByPatch -patches '( ".*rider.*" )'  motorBike.obj
    
    ENH: use MeshedSurface for surfaceSubset
    e3d44438