Learn R Programming

Rvcg (version 0.24)

vcgOffWrite: Export meshes to OFF-files

Description

Export meshes to OFF-files

Usage

vcgOffWrite(mesh, filename = dataname)

Arguments

mesh

triangular mesh of class 'mesh3d' or a numeric matrix with 3-columns

filename

character: filename (file extension '.off' will be added automatically.

Examples

Run this code
data(humface)
vcgOffWrite(humface,filename = "humface")
unlink("humface.off")

Run the code above in your browser using DataLab