stlFileChecker
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
Object Functions
showDuplicateVertices | Highlight duplicate vertices in STL file |
showFreeTriangles | Highlight free triangles in STL file |
showNonManifoldEdges | Highlight non-manifold edges in STL file |
showNonManifoldVertices | Highlight non-manifold vertices in STL file |
showNormalTransitionEdges | Highlight normal transition edges in STL file |
showSlivers | Highlight slivers in STL file |
showTVertices | Highlight T-vertices in STL file |
Examples
More About
Version History
Introduced in R2021b