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.
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
2008-10-23
|
|
|
|
Contents:
|
|
|
|
surfaceAdd
|
|
- adds to surface files. (but does not intersect or anything)
|
|
|
|
surfaceBooleanOp
|
|
- Boolean operations (add, or, xor) on closed surfaces. Probably not working.
|
|
|
|
surfaceCheck
|
|
- checks surface for incorrect topology. Checks normals of neighbouring faces.
|
|
|
|
surfaceCoarsen
|
|
- Stan Melax coarsening algorithm
|
|
|
|
surfaceConvert
|
|
- Converts surfaces to/from various formats
|
|
|
|
surfaceFind
|
|
- Finds nearest vertex and face to given point.
|
|
|
|
surfaceMeshTriangulate
|
|
- Triangulate external faces of mesh and write as surface.
|
|
|
|
surfacePointMerge
|
|
- Explicit point merge of surface.
|
|
|
|
surfaceSetOutside
|
|
- Orient normals on (closed) surface.
|
|
|
|
surfaceSmooth
|
|
- Laplacian smoothing on surface vertices
|
|
|
|
surfaceSubset
|
|
- Subsets surface
|
|
|
|
surfaceToPatch
|
|
- Applies region information of surfaces to mesh.
|
|
Each external face of mesh gets region number of nearest surface triangle.
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
surfaceMeshConvert
|
|
- Similar to surfaceConvert, but uses surfMesh library
|
|
|