mesh2stl: Write mesh objects to various file formats.

Description Usage Arguments Value

Description

Write mesh objects to various file formats.

Usage

1
2
3
4
5
6
7
mesh2stl(filename, x, ...)

mesh2obj(filename, x, ...)

mesh2ply(filename, x, ...)

mesh2webgl(filename, x, ...)

Arguments

filename

the file to write to

x

an rgl mesh3d object

...

extra arguments passed to the corresponding rgl::write...() function

Value

Invisibly returns the name of the connection to which the data was written.


kevinstadler/dem2stl documentation built on June 6, 2019, 1:12 a.m.