MATLAB ヘルプ センター
Highlight duplicate vertices in STL file or mesh
Since R2021b
showDuplicateVertices(s)
showDuplicateVertices(m)
showDuplicateVertices(s) displays the geometry contained in the STL file and highlights the duplicate vertices in red.
s
example
showDuplicateVertices(m) displays the object mesh and highlights the duplicate vertices in red.
m
collapse all
Use the stlFileChecker object to detect and display bad features in a STL file.
stlFileChecker
stlFilename = 'sample_stl_file.stl'; s = stlFileChecker(stlFilename)
detected 8 Non Manifold Edges. detected 3 Non Manifold Vertices. detected 4 duplicate Vertices. detected 0 Slivers. detected 12 Normal Transition Edges. detected 2 Free Triangles. detected 9 T-Vertices.
s = stlFileChecker with properties: FileName: 'sample_stl_file.stl' Triangulation: [162×3 triangulation] NonManifoldEdges: [8×2 double] NonManifoldVertices: [3×1 double] Slivers: [0×1 double] DuplicateVertices: [4×1 double] NormalTransitionEdges: [12×2 double] FreeTriangles: [2×1 double] TVertices: [9×1 double] ShowLog: 1 MinimumSeparation: 1.0000e-06 MinimumArea: 1.0000e-11
Visualize the non-manifold edges in the STL file.
showNonManifoldEdges(s)
Visualize the non-manifold vertices in the STL file.
figure showNonManifoldVertices(s)
Visualize duplicate vertices in the STL file.
figure showDuplicateVertices(s)
Visualize the normal transition edges in the STL file.
figure showNormalTransitionEdges(s)
Visualize the free triangles in the STL file.
figure showFreeTriangles(s)
Visualize the T-vertices in the STL file.
figure showTVertices(s)
STL file checked for defects, specified as a stlFileChecker object.
Example: stlFileChecker("sample_stl_file.stl")
stlFileChecker("sample_stl_file.stl")
MeshReader
Mesh parameters, specified as a MeshReader object.
Example: MeshReader object created using the mesh function.
mesh
Introduced in R2021b
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ