PMeshIO.jl
  • Home
    • Installation
    • File format references
  • Manual
    • Overview
    • Reading and writing meshes
    • OBJ Files
    • OFF Files
  • Reference
Version
  • Home
  • Home


PMeshIO.jl

This package provides methods or reading and writing polygonal surface meshes represented by PMesh from and to IO streams.

Note

MeshIO of JuliaIO provides a wider range of file formats but triangulates polygonal faces.

Installation

julia> using Pkg
julia> Pkg.Registry.add("https://visual2.cs.ovgu.de/roessl/VCJuliaRegistry.git")
julia> Pkg.add("PMeshIO")
julia> using PMesh

File format references

See Paul Bourke's collection of data format specifications.

Overview »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.14.1 on Thursday 10 July 2025. Using Julia version 1.11.1.