AVS/Express FAQ's
OpenViz 2.8 Released
AVS/Express 7.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
Information on licensing AVS
products
Interact with the AVS Developer
community. Takes you out of
the support web site
AVS/Express FAQ
Miscellaneous
PC Specific
Visualization
Graphics Display
Network Editor
Object Manager/V
Templates
File Import Tool
User Interface
Modules
Printing
GIS kit
Annotation and Graphing
Database Kit
Licensing
AVS5 Compatibility
Miscellaneous
What are the supported platforms for AVS/Express?
Does AVS/Express support Stereo viewing?
I am receiving errors when compiling AVS/Express 5.0 with the Sun C++ 5.0 compiler.
How do I see what command line options AVS/Express accepts?
Why is the Save Compiled Project menu option always grayed out?
Can I specify that AVS/Express not take all the colors in the colormap when it starts up?
How do I generate C++ classes for my AVS/Express objects?
Where can I find an example that uses AVS/Express to generate C++ components and incorporate them into a traditional Motif application?
What happens when I bring AVS/Express up with a V filename as an argument, for example express MyApp.v?
How do I get subscripts, superscripts, foreign characters, and so on in my strings in AVS/Express?
I want to read a series of files named 'filexxx.dat' where xxx vary from 000 to 015. How do I do that in AVS/Express?
What is in inst.v and when and why is it generated?
How do I specify a Field or a user defined data type as a subobject of a module I create using the Add Module tool?
How can I access data supplied by a real-time data server in an AVS/Express module and how do I use that data in AVS/Express?
Are there any modules in AVS/Express that do statistical analysis, for example means?
How can AVS/Express users who are creating runtimes implement online help in their applications?
Does the Image Processing kit in AVS/Express work on vector data?
If using AVS/Express in client-server mode, can multiple clients communicate to the same server process?
How do I exit from full screen stereo mode?
When I animate a scene I receive a vbv overflow error.
PC Specific
Which PC graphics card do you recommend?
How do I debug a module in the user process on the PC?
Why do the dimensions of the picture I see on the screen differ from what is printed when printing on the PC with true scale enabled?
Under Windows '95 and '98, why are printouts from my color printer sometimes in black and white?
How do I resolve an 'out of environment space' error when trying to relink AVS/Express under Windows '95 and '98?
Visualization
When I specify the coordinates of the nodes in my Field, do I need to specify the coordinates in x first, then y, then z?
Why are multiple objects in a view transformed, when I select and transform just a single object?
Why does my 2D slice seem to move in the viewer as I change the slice plane?
Is there a module to convert float data values to byte so that I can volume render my float data?
When specifying a cell set, which cell set values do I need to set?
What is the difference between Read_Geom and Read_Geoms?
Is there a module that takes unstructured data, and outputs structured data?
Are uniform Fields less compute intensive than unstructured Fields?
How can I modify the aspects of my 3D view (slice, for example) ?
Graphics Display
How can I make an object not transformable in the viewer?
Can AVS/Express produce transparent polylines?
What happens if I set rendering properties - such as object color or highlights - on an image?
Is there any way to save the the polytri strips created by the renderer?
Why don't I see anything happen in the viewer when I z-translate an object?
Why did my object disappear when I toggled on perspective viewing projection?
Does depth cueing apply to lines or objects?
Why do I lose the shading on my object when I texture map it using the texture_mesh module?
Does AVS/Express support higher order elements in Express?
Does AVS/Express support 3D picking (x, y, and z returned)?
Network Editor
How can I see the full name of the module in a library when the name exceeds the width of the library column?
How are multi-dimensional arrays of groups supposed to be displayed in the Network Editor?
Can I add to and change the Info pop-up menu?
When can I have more than one object connected to another?
What do the interrupt and disable buttons on the DataViewer do?
What is the little square tab on the output end of some objects?
If I accidentally close my SingleWindowApp object (Data Viewer window), how can I make it visible again?
How is the port order in a macro determined?
Object Manager/V
Is the decimal object a long?
How do I remove a property, such as a user defined property, which cannot be accessed through the Propeties Editor?
Can I implement a remote module that runs on a machine that is a different architecture than the one I'm running AVS/Express on?
When do values of references get computed?
When groups are merged, are properties on objects merged too?
Can I add to an array in the V?
Does the Object Manager do any write locks on objects, such as arrays?
Are object names case-sensitive?
When do I use an mlink vs. link?
Can I specify that an object inherit from a primitive like int?
What is the difference between the combine_array and concat_array V functions?
Templates
Why are some template libraries empty?
Why do some of the AVS/Express's library objects have parentheses around their names?
If I change a template object, is that change propogated to all subclasses and instances?
File Import Tool
What does the cache toggle in the File Import Tool do?
When a file is opened using a File object (File Import module), when does it get closed?
What if the amount of data I specify to read using the File Import Tool is greater than the amount of data stored in the file?
User Interface
When I set a font in a UIshell, is this font 'inherited' by all of the UIshell's child objects?
Can I limit the size of a UItext typein?
How can I get an hourglass cursor to display when my module fires?
How would I capture all x,y values from UItwoPoint so that I could use x,y results to, say, draw (ROI) lines?
Can I make multi-line text fields smaller?
Is the NT version of the UI Kit based on the MFC (MicroSoft Foundation Class) library?
Is there any built-in function to return the size of a string?
Modules
Does our C++ interface support overload operators?
What are methods (as compared to omethods or cmethods)?
Printing
Does the Print Editor do a straight dump or does it reinterpret the polygons?
Does the PrintViewer scale pictures?
GIS kit
What equations are used for the mapping projections supported by the GIS?
Annotation and Graphing
What do limitsX, limitsY in the AG Viewport object do?
How are the number and position of labels computed by the axes objects?
How can I create graphs of discontinuous data?
Database Kit
What happens if I try to fetch table data that include a data type which is not supported in AVS/Express?
Licensing
How many and what kind of licenses do I need when running AVS/Express in client-server mode?
AVS5 Compatibility
Are AVS5 animation capabilities available in AVS/Express?