stlFileChecker
Detect and list bad features of STL files
Description
Use the stlFileChecker
object to detect and list bad features in
STL files. The bad features you can detect using the stlFileChecker
object
are:
Non-manifold edges
Non-manifold vertices
Slivers
Duplicate vertices
Normal transition edges
Free triangles
T-vertices
Creation
Description
obj = stlFileChecker(
detects bad
features in the STL file specified by filename
)filename
and lists the
features in the stlFileChecker
object.
obj = stlFileChecker(
sets Input Properties using name-value
arguments. For example, filename
,Name=Value
)stlFileChecker('s.stl',ShowLog=1)
displays a
log of the bad features in file s.stl
. You can specify multiple
name-value arguments. Properties not specified retain their default values.
Input Arguments
Properties
Examples
More About
Version History
Introduced in R2021b