/usr/share/doc/dx/help/dxall508 is in dx-doc 1:4.4.4-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!F-adobe-helvetica-medium-r-normal--18*
#!N
#!CDarkGreen #!N #!Rall507 Example
2. Setting Parameters #!N #!EC #!N #!N Suppose that in the
previous example we wished to set the Isosurface "number" to 3.
#!F-adobe-times-bold-r-normal--18* number #!EF is the third parameter to Isosurface. We can
replace the second line of the script in Example 1 with:
#!CForestGreen #!N #!N #!F-adobe-courier-bold-r-normal--18* #!N iso = Isosurface(data, NULL, 3); #!EF
#!N #!N #!EC or, alternatively, #!CForestGreen #!N #!N #!F-adobe-courier-bold-r-normal--18* #!N iso
= Isosurface(data, number=3); #!EF #!N #!N #!EC #!N #!N #!N #!F-adobe-times-medium-i-normal--18*
Next Topic #!EF #!N #!N #!Lall508,dxall509 h Example 3. Using a Macro #!EL #!N #!F-adobe-times-medium-i-normal--18* #!N
|