From 7b358424ebad9349421acd533c2fa1cbf6cf3e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 28 Dec 2016 16:52:56 +0100 Subject: Initial import of xtrkcad version 1:4.0.2-2 --- app/lib/demos/dmcircle.xtr | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 app/lib/demos/dmcircle.xtr (limited to 'app/lib/demos/dmcircle.xtr') diff --git a/app/lib/demos/dmcircle.xtr b/app/lib/demos/dmcircle.xtr new file mode 100644 index 0000000..5d93443 --- /dev/null +++ b/app/lib/demos/dmcircle.xtr @@ -0,0 +1,51 @@ +VERSION 9 +DEMOINIT +ORIG 12.000 0.000 0.000 +PARAMETER display description-fontsize 72 +REDRAW +RESET +MESSAGE +Like the track command, there are several ways to create a Circle track. + +The first is to specify a fixed radius and simply drag the Circle into position. + +We will change the Radius before proceeding. +END +STEP +COMMAND CircleFixedRadius +PARAMETER circle radius 10.000 +BIGPAUSE +PARAMETER circle radius 12.000000 +MOUSE 2 20.500 11.500 +MOUSE 4 13.750 13.250 +PARAMETER circle radius 12.000 +RESET +MESSAGE +_________________________________________ + +The next method is to drag from the edge of the Circle to the center. +END +STEP +PARAMETER misc cmdUndo +COMMAND CircleTangent +PARAMETER circle radius 12.000 +MOUSE 2 12.000 1.750 +MOUSE 4 12.250 12.000 +PARAMETER circle radius 10.253 +MESSAGE +_________________________________________ + +The last is similar, but you drag from the center of the Circle to the edge. +END +STEP +PARAMETER misc cmdUndo +RESET +COMMAND CircleCenter +PARAMETER circle radius 10.253 +MOUSE 2 14.000 14.000 +MOUSE 4 5.750 5.250 +MESSAGE +========================================= +END +STEP +CLEAR -- cgit v1.2.3