In various commands (i.g. RECT2
or POLY2
) the parameter FRAME_FILL
contents two variables for clipping: j9 and j10.
Syntax
frame_fill
(
integer): defines type of contour and/or fill, j1
+ 2*j2
+ 4*j3+
512*j9
+ 1024*j10
j9
: remove all existing polygons inside
j10
: remove all existing polygons outside
Examples
left (for j9 = 1): frame_fill=1+512 right (for j10 = 1): frame_fill=1+1024
left (for j9, j10 = 0): frame_fill=1 middle (for j9 = 1): frame_fill=1+512 right (for j10 = 1): frame_fill=1+1024
(C) ALLPLAN GmbH |
Privacy policy |