patch
R2026bDescription
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
creates a patch object patchObj = patch(meshORsceneObj)patchObj from the mesh
meshORsceneObj for rendering in axes. The function automatically
extracts face colors and transparency from the mesh visual properties.
creates a patch object patchObj = patch(meshORsceneObj,Name=Value)patchObj using one or more name-value arguments.
For example, EdgeColor="k" displays a patch with visible black wireframe edges.
Note
Although a subset of essential name-value arguments are listed, the function
supports all name-value arguments of the patch object. For the full
list of name-value arguments, see the patch object.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b
See Also
Mesh | Scene | show | snapshot | triangulation
