3D VIEWER API

Overview

It is now possible to call 3d viewer from LISP for the advanced users to use in their routines.

The functionality of 3D Viewer API is implemented in CUBE.ARX. It would be the responsibility of the caller to make sure that this file gets loaded by adding this line at the beginning:

(scload (strcat lspdir$ "cube"))

Displaying a selection set of entities

Prompts the user for a selection set and displays it in a 3d viewer window

Usage: (cf:sc3dview)

Loading a surface file into 3D viewer

Loads the surface given as grid (.GRD) or triangulation (.FLT or .TIN) file.

Usage: (cf:sc3dview file_name)