Description Usage Arguments Details Value See Also Examples
Set decimation options for digitMesh.character
.
1 2 | setDecimOptions(makeDecimation = TRUE, sequential = TRUE,
tarface = 15000, patt = ".ply")
|
makeDecimation |
A logical value indicating if the decimation should be performed. |
sequential |
A logical value indicating if the decimation should be performed mesh by mesh during the landmark
digitizing, or in a single pass for all meshes before the digitizing. |
tarface |
A numerical value (positive integer) indicating the targetted number of faces for the decimated
meshes. |
patt |
A character value taking values within { |
This function allows user to set several parameters for mesh decimation needed during the call of
digitMesh.character
. With no arguments, this function returns the default settings for
decimation options. Any of those options can be modified by setting new values for the corresponding
arguments. Non-filled arguments will be set to default. Ill-filled arguments will return errors or
warnings.
A list of those parameters.
setFileOptions
, setGraphicOptions
, setTemplOptions
.
1 2 3 4 5 | # returning default settings:
DeOpt<-setDecimOptions()
# setting for non sequential stl decimations:
DeOpt<-setDecimOptions(sequential = FALSE, patt = ".stl")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.