vrfigure Class
Superclasses:
(To be removed) Create virtual reality figure
vrfigure will be removed in a future release. 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 | (To be removed) Capture virtual reality figure image |
| close | (To be removed) Close virtual reality figure |
| get | (To be removed) Return property value of vrfigure
object |
| isvalid | (To be removed) Check validity of vrfigure object
handles |
| set | (To be removed) Set property values of vrfigure
object |