Skip to content
  • Mark OLESEN's avatar
    BUG: minor regression in surface reading of compressed files (#1600) · 5f90964d
    Mark OLESEN authored
    - as a side-effect of recent changes, command-line stripping of .gz
      extensions on input was lost. For example,
    
          OK:    surfaceTransformPoints file.stl ...
          Fail:  surfaceTransformPoints file.stl.gz ...
    
    - restore the previous behaviour of silently stripping the '.gz'
      extension on input.
    
    ENH: add triSurface::New selector entry point
    
    - for symmetry with MeshedSurface
    5f90964d