User`s guide
 vrfigure class
10-33
capture 
Capture virtual reality figure image
close 
Close virtual reality figure
get 
Return property value of vrfigure object
isvalid 
Check validity of vrfigure object handles
set 
Set property values of vrfigure object
set 
Set property values of vrfigure object
Examples
Create and Display a vrworld Object
Create a vrworld object that is associated with the virtual world vrmount.wrl. Open
and view the virtual world.
myworld = vrworld('vrmount.wrl');
open(myworld);
f = vrfigure(myworld);










