copy
R2026bDescription
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
creates a deep copy meshORsceneCopy = copy(meshORsceneObj)meshORsceneCopy of the input mesh or scene object
meshORsceneObj. Because Mesh and Scene are handle
objects, assigning one to another variable creates a reference, not an independent copy. Use
this function to create an independent copy that you can modify without affecting the
original.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b
