Main Content

vrnode/delete

(To be removed) Remove vrnode object

vrnode/delete will be removed in a future release. For more information, see Version History.

Syntax

delete(vrnode_object)
delete(n)

Arguments

vrnode_object

Name of a vrnode object.

Description

delete(vrnode_object) deletes the virtual world node.

delete(n) deletes the vrnode object referenced by the vrnode handle n. If n is a vector of vrnode handles, multiple nodes are deleted.

As soon as a node is deleted, it and all its child objects are removed from all clients connected to the virtual world.

Version History

Introduced before R2006a

collapse all

R2023b: To be removed

The vrnode/delete will be removed in a future release. Instead, use sim3d classes and Simulation 3D blocks to interface MATLAB® and Simulink® with the Unreal Engine® 3D simulation environment. To get started, see Create 3D Simulations in Unreal Engine Environment.