makeMesh: makeMesh

View source: R/F003_mesh.R

makeMeshR Documentation

makeMesh

Description

Functions to produces meshes from a list of vertices runMesh performs calculations. makeMesh makes a component or list of components.

Usage

runMesh(x, y, z, faces)

makeMesh(type = "polygon", ...)

Arguments

x, y, z

co-ordinates for vertices

faces

list of faces. Each face is numerical vector of indices that specify a sequence of vertices from x,y and z.

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.