Skip to content
Snippets Groups Projects
  1. Dec 15, 2009
  2. Dec 11, 2009
    • Mark Olesen's avatar
      Add missing low-level peek() to ISstream. · bf2865a0
      Mark Olesen authored
      bf2865a0
    • Mark Olesen's avatar
      Enhance edgeMesh to support more formats. · d016db1b
      Mark Olesen authored
      Read only support:
      
        .bdf, .nas - NASTRAN format. Handles both CBEAM and CROD as lines.
        CROD is what Hypermesh happens to output.
      
      Write only support:
      
        .vtk - VTK legacy format in ASCII
      
      Read/write support:
        .eMesh - native format, which is simply a list of points, edges
            with an additional IOobject header that lets them be moved about
            easily to use as a featureEdgeMesh.
      
        .inp - STAR-CD inp/cel/vrt combination
             IOobject header)
      
        .obj - Alias waverfront format
      
      Radically simplify surfaceFeatureConvert by using the new edgeMesh
      functionality.
      d016db1b
    • Mark Olesen's avatar
      Remove unused Istream methods from surfMesh classes. · 46a455cc
      Mark Olesen authored
      Move compilation edgeMesh and surfMesh up in the list
      (they are independent of triSurface).
      46a455cc
  3. Dec 09, 2009
  4. Dec 08, 2009
  5. Dec 07, 2009
  6. Dec 04, 2009
  7. Dec 03, 2009
  8. Dec 02, 2009