Skip to content
Snippets Groups Projects
  1. Apr 21, 2017
  2. Apr 20, 2017
  3. Dec 18, 2013
  4. Dec 13, 2013
  5. Jun 06, 2012
  6. Feb 11, 2011
  7. Dec 11, 2009
    • 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
  8. Apr 22, 2009
    • graham's avatar
      Basic featureEdgeMesh functionality. Dropped intermediate edgeMesh, not... · 261b4dc2
      graham authored
      Basic featureEdgeMesh functionality.  Dropped intermediate edgeMesh, not serving any purpose, moved io into featureEdgeMesh.  Reads and writes from file.  Can construct self from surfaceFeatures object.  This functionality added to surfaceFeatureExtract, writing to constant/featureEdgeMesh.
      261b4dc2
  9. Apr 08, 2009
  10. Apr 06, 2009
  11. Apr 15, 2008