主要内容

saveas

(To be removed) Save virtual reality world associated with virtual reality animation object

Simulink 3D Animation Viewer used by saveas has been removed. Aero.VirtualRealityAnimation does not open or play animations. Use sim3d classes in Unreal Engine 3d Environment to create and view a 3D environment instead. For more information on transitioning to the new 3D environment, see Transition Aero.VirtualRealityAnimation to Unreal Engine 3D Environment.

Description

saveas(h, filename) saves the world associated with the virtual reality animation object, h in filename variable. After saving, this function reinitializes the virtual reality animation object from the saved world.

saveas(___ '-nothumbnail') suppresses creating a thumbnail image used for virtual world preview.

Input Arguments

collapse all

Virtual reality animation object, specified as an Aero.VirtualRealityAnimation object.

Name of .wrl file, specified as a character vector or string. h is saved in the .wrl file name specified in filename.

Data Types: char | string

Version History

Introduced in R2007b

expand all