obj2vtk

Convert triangular meshes from OBJ format to VTK format
git clone git://git.meso-star.com/obj2vtk.git
Log | Files | Refs | README | LICENSE

obj2vtk.1 (1890B)


      1 .\" Copyright (C) 2026 Centre National de la Recherche Scientifique
      2 .\" Copyright (C) 2026 |Méso|Star> (contact@meso-star.com)
      3 .\"
      4 .\" This program is free software: you can redistribute it and/or modify
      5 .\" it under the terms of the GNU General Public License as published by
      6 .\" the Free Software Foundation, either version 3 of the License, or
      7 .\" (at your option) any later version.
      8 .\"
      9 .\" This program is distributed in the hope that it will be useful,
     10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     12 .\" GNU General Public License for more details.
     13 .\"
     14 .\" You should have received a copy of the GNU General Public License
     15 .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
     16 .Dd June 29, 2026
     17 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     18 .Dt OBJ2VTK 1
     19 .Os
     20 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     21 .Sh NAME
     22 .Nm obj2vtk
     23 .Nd convert a triangular mesh from Obj format to legacy VTK format
     24 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     25 .Sh SYNOPSIS
     26 .Nm
     27 .Op Ar file
     28 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     29 .Sh DESCRIPTION
     30 If no input
     31 .Ar file
     32 is provided, the Obj data is read from the standard input.
     33 The VTK mesh is written to the standard output.
     34 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     35 .Sh EXIT
     36 .Ex -std
     37 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     38 .Sh EXAMPLES
     39 .Bd -literal
     40 obj2vtk input.obj > output.vtk
     41 .Ed
     42 .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     43 .Sh SEE ALSO
     44 .Rs
     45 .%A Martin Reddy
     46 .%T Object Files (.obj)
     47 .%U https://www.martinreddy.net/gfx/3d/OBJ.spec
     48 .Re
     49 .Rs
     50 .%B The VTK User's Guide
     51 .%O Simple Legacy Formats
     52 .%I Kitware, Inc
     53 .%N 11
     54 .%D 2010
     55 .%P 470--482
     56 .Re