View source: R/meshintegrity.r
meshintegrity | R Documentation |
checks for existance and validity of vertices, faces and vertex normals of an object of class "mesh3d"
meshintegrity(mesh, facecheck = FALSE, normcheck = FALSE)
mesh |
object of class mesh3d |
facecheck |
logical: check the existence of valid triangular faces |
normcheck |
logical: check the existence of valid normals |
if mesh data are valid, the mesh is returned, otherwise it stops with an error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.