fm_manifold {fmesher} | R Documentation |
Query the mesh manifold type
Description
Extract a manifold definition string, or a logical for matching manifold type
Usage
fm_manifold(x, type = NULL)
fm_manifold_type(x)
fm_manifold_dim(x)
Arguments
x |
An object with |
type |
|
Value
fm_manifold()
: Either logical (matching manifold type yes/no),
or character (the stored manifold, when is.null(type)
is TRUE
)
fm_manifold_type()
: character or NULL; "M", "R", "S", or "T"
fm_manifold_dim()
: integer or NULL
Examples
fm_manifold(fmexample$mesh)
fm_manifold_type(fmexample$mesh)
fm_manifold_dim(fmexample$mesh)
[Package fmesher version 0.1.7 Index]