NAME: Tick Marks Author: Jeffrey A Thingvold National Center for Supercomputing Applications. Date: Wed Mar 20 1991 Copyright (c) 1991, Jeffrey A Thingvold Source: tickmarks.c Outputs: geom output port Parameters: X Ticks integer number tick marks along X axis sheet Y Ticks integer number tick marks along Y axis sheet Z Ticks integer number tick marks along Z axis sheet Line Width float line thichness scale 0-1 X Low float start-end pairs for where grid should begin/end X High Y Low Y High Z Low Z High Labels ON/OFF boolean draw "X" "Y" "Z" at ends of grid Major Ticks ON/OFF boolean Minor Ticks ON/OFF boolean Teeny Ticks ON/OFF boolean Grid/Ticks boolean Grid Sheets or just axis line plus small tics Description: ----------- The tick mark module creates sheets with major and minor line grids along the three primary axes. It makes polytriangle objects, not lines, so they can have variable thickness. It also has label annotation on the 3D object. I took my graphcorr.c module and turned it into a program which makes tick marks for a given region. Setting up a stage if you will. Example Network: Tick Marks | Geometry Viewer