R/file2mesh.r

Defines functions file2mesh

Documented in file2mesh

#' @rdname ply2mesh
#' @importFrom Rvcg vcgImport
#' @export
file2mesh <- function(filename,clean=TRUE,readcol=FALSE) {
    mesh <- vcgImport(filename, clean=clean, readcolor=readcol)
    return(mesh)
}
	

Try the Morpho package in your browser

Any scripts or data that you put into this service are public.

Morpho documentation built on Feb. 16, 2023, 10:51 p.m.