vrfigure Class
R2026bSuperclasses:
(Removed) Create virtual reality figure
vrfigure has been removed. For more information, see Version History.
Description
Creates a virtual reality figure.
To access vrfigure properties, use the
vrfigure/get method. To change properties, use the
vrfigure/set method.
If you create a vrfigure object by specifying a virtual world, the
virtual figure displays in the viewer specified in the vrsetpref
DefaultViewer property.
Construction
creates a virtual reality figure showing the specified virtual world.virtual_figure = vrfigure(world)
creates a virtual reality figure at the specified position. virtual_figure = vrfigure(world,position)
returns an empty virtual_figure = vrfigure([])vrfigure object that does not have a visual
representation.
returns an
empty vector of type virtual_figure = vrfigurevrfigure.
Input Arguments
Output Arguments
Methods
| capture | (Removed) Capture virtual reality figure image |
| close | (Removed) Close virtual reality figure |
| get | (Removed) Return property value of vrfigure
object |
| isvalid | (Removed) Check validity of vrfigure object
handles |
| set | (Removed) Set property values of vrfigure object |