Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

VRML Objects


Objects of the IDLgrVRML class allow you to save the contents of an Object Graphics hierarchy into a VRML 2.0 format file. The graphics tree can only contain a single view due to limitations in the VRML specification. The resulting VRML file is interactive and allows you to explore the geometry interactively using a VRML browser.

Creating VRML Objects

The IDLgrVRML::Init method takes no arguments. Use the following statement to create a VRML object:

myVRML = OBJ_NEW('IDLgrVRML') 

This creates an object that will convert object hierarchies rendered to it into VRML format files.

See IDLgrVRML for details on creating and using VRML objects.


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]