PP L | [Put Points in image - from Document file Listing] |
PP LL | [Put Lines in image - from Document file Listing] |
MO | [Create Model image] |
BL | [Create Blank image/volume] |
MO 3 | [Create Model volume] |
Following pattern code menu appears. Patterns can be subtracted by appending 'S' to the code.
CODE | SHAPE |
P | POINT |
L | LINE |
C | FILLED CIRCLE |
CL | OUTLINED CIRCLE |
CJ | CIRCLE FROM 3 POINTS |
T | FILLED TRIANGLE |
TL | OUTLINED TRIANGLE |
B | FILLED BOX |
BL | OUTLINED BOX |
.PATTERN (P,L,C,T,B,etc): P
[Enter the pattern code desired. See above for listing
of all possible patterns.]
.COORDINATES: 12, 15
[Enter the coordinates of the first point.
Enter each subsequent point, if any, on a new line.]
[The specified image point will be set to 1.0 (code: 'P') or to 0.0 (code 'PS'), respectively.]
.COORDINATES OF ENDING POINT: 23, 32
[Enter the coordinates of the two end points of the line.]
[All points along the line between the two specified margin points (i.e. the nearest grid point in every column and row) will be set to specified intensity. If no intensity is specified then they will be set to: 1.0 (code: 'L') or to: 0.0 (code: LS), respectively.]
.RADIUS: 8
[Enter radius of the circle.
Either all points within the area limited by circle
with the specified center and radius are set to 1.0
(code: 'C') or 0.0 (code: 'CS'), respectively, or only
those image points belonging to the margin of the
specified circle (i.e. the points lying on the margin line of
the circle) are set to 1.0 (code: 'CL') or to 0.0 (code:
'CLS'), respectively.]
.COORDINATES OF SECOND POINT: 22, 10
.COORDINATES OF THIRD POINT: 3, 5
[Enter coordinates of the three apexes of the triangle.
Either all points within the area limited by the
triangle with the specified margin points are set to
1.0 (code: 'T') or 0.0 (code: 'TS'), respectively, or
only those image points belonging to the margin lines
of the specified triangle are set to 1.0 (code: 'TL') or
to 0.0 (code: 'TLS'), respectively.]
.COORDINATES OF LOWER RIGHT CORNER: 100, 120
[Enter the X and Y coordinates of the lower right corner.
Either all points within the area limited by the
specified box are set to 1.0 (code: 'B') or 0.0
(code: 'BS'), respectively, or only those image points
belonging to the margin lines of the specified
rectangle are set to 1.0 (code: 'BL') or to
0.0 (code: 'BLS'), respectively.]
NOTES