asset3d.showSegments
R2026bSyntax
Description
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
displays the segment labels ax = asset3d.showSegments(meshInput,faceLabels)faceLabels on the 3D asset
meshInput. The function colors the faces of the asset by segment
label and overlays each segment number on the segment centroid.
specifies one or more options using name-value arguments. For example,
ax = asset3d.showSegments(meshInput,faceLabels,Name=Value)ColorSegments=false renders the mesh with its original appearance
instead of coloring it by segment.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b
See Also
asset3d.read | asset3d.write | asset3d.segmentMeshSDF | Mesh | Scene | trellis



