next up previous contents index
Next: Bind Up: Linking Objects Together Previous: Linking Objects Together

Link Operators

PLUS 

This is the most straightforward way of combining two objects. It is the union of the two objects.

MINUS 

MINUS takes the first object and subtracts any part of it that is overlapped by the second object.

AND 

AND gives the intersection of the two objects.

PAINTMINUS 

If a red object is subtracted from a blue object using MINUS the resulting object will inherit the colour blue. However if it is linked using PAINTMINUS the surfaces in the resulting object that were surfaces from the subtracted object will be red (the colour of the subtracted object).

SURF_AND 

If a red object is intersected with a blue object using AND the resulting object will be blue. However if it is linked using SURF_AND the surfaces in the resulting object will inherit the colour of the object that they were a surface of.

Examples with the link operators are shown in Table 4 on pg. gif.

  table197
Table 4: LINK operators:



Sophie Day
Fri Feb 20 15:47:19 NZDT 1998