
Lissa Command Reference
-----------------------

Command			Key	ARexx Command	Menu Item
----------------------	-----	--------------	------------------------------

open a project		o	'open'  file	A-O	Project / Open
save a project		s	'save'	file	A-S	Project / Save
save a new project	S, a	'saveas' file	A-A	Project Save As
run an ARexx script	!	'runrexx' file	A-!	Project RunRexx
generate an object	g	'genobj' file	A-G	Generate / Object
toggle closed path	@	'closedpath'num	A-@	Generate / Closed Path
toggle spline path	$	'splinepath'num	A-$	Generate / Spline Path
toggle face-addition	F	'addfaces'  num	A-F	Generate / Add Faces

erase the window	e	'erase'		A-E	Display / Erase
redraw the curve	=	'redraw'	A-=	Display / Redraw

toggle auto-draw	u	'autodraw' num	A-U	Display / Options / AutoDraw
toggle Z color		c	'zcolor'   num	A-C	Display / Options / Z-Color
toggle/set the marker	m	'marker'   num	A-M	Display / Options/Sh.Marker?

view from the side	x	'viewx'		A-X	Display / View / X
view from the front	y	'viewy'		A-Y	Display / View / Y
view from the top	z	'viewz'		A-Z	Display / View / Z

draw curve with dots	.	'dots'		A-.	Display / Draw / Dots
draw curve with lines	/	'lines'		A-/	Display / Draw / Lines
toggle between d/l	\

toggle info. display	i	'showinfo' 0/1	A-I	Project / Info
get help message	h	'help'		A-H	Project / Help
show version message	?	'about'		A-?	Project / About
get version message		'version' result
get version number		'versnum' result
show message on window		'echo'	  message

bring window to front	f	'tofront'
send window to back	b	'toback'

quit the program	q	'quit'		A-Q	Project / Quit

save the configuration	~	'configsave'	A-~	Project / Save Config
reset to configuration	*	'configread'	



Lissa Parameters Reference
--------------------------


Curve Parameter		Key	ARexx Command
-----------------------	-----	-------------

set number of points	num n	'npts'	 points
set marker		num m	'marker' pt.number

move marker forward	    >
move marker backward	    <
move marker forward 10%     }
move marker backward 10%    {

set equator revolutions	num t	'theta'	 revs
set initial equ. angle	num j	'ptheta' degrees

set equator mod. cycles	num T	'tham'	revs
set equator mod. phase	num J	'ptham' degrees
set equator mod. width	num w	'wtham'	degrees

set polar revolutions	num p	'phi'	revs
set initial polar angle	num k	'pphi'	degrees

set polar mod. cycles	num P	'phym'	cycles
set polar mod. phase	num K	'pphym'	degrees
set polar mod. width	num W	'wphym'	degrees

set radius cycles	num r	'rad'	cycles
set initial radius ang.	num l	'prad'	degrees
set radius deviation	num d	'drad'	percent

set distortion value	num v	'vrad'	num

toggle axes display	0/1 A	'showaxes' 0/1
toggle origin display	0/1 O	'showorig' 0/1
toggle grid display	0/1 G	'showgrid' 0/1
toggle marker display	0/1 M	'showmark' 0/1
toggle param. display	0/1 i	'showinfo' 0/1

get parameter value		'getvalue' name
see if params. changed		'changes'
				'getvalue' changes
