asset3d.segmentMeshSDF
R2026bSyntax
Description
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
[
segments a triangular mesh faceLabels,numSegments] = asset3d.segmentMeshSDF(meshInput)meshInput into parts by using a thicknesses
derived from its signed distance fields. The function assigns one integer label to each
face, and returns the labels faceLabels.
[
specifies one or more additional segmentation options using name-value arguments. For
example, faceLabels,numSegments] = asset3d.segmentMeshSDF(meshInput,Name=Value)NumComponents=6 partitions the mesh into six thickness-based
component groups in which spatially disconnected regions can become separate
segments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b
See Also
asset3d.read | asset3d.write | asset3d.showSegments | Mesh | Scene | trellis



