home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / tt / raysh402 / guide.tex / node24_mn.html < prev    next >
Text File  |  1992-02-09  |  762b  |  25 lines

  1.  
  2. <H1><A ID="SECTION00740000000000000000">
  3. Constructive Solid Geometry</A>
  4. </H1>
  5.  
  6. <P>
  7. Constructive Solid Geometry is
  8. the process of building solid objects from other solids.
  9. The three CSG
  10. operators are Union, Intersection, and Difference.  Each operator
  11. acts upon two objects and produces a single object result.
  12. By combining multiple levels of CSG operators, complex
  13. objects can be produced from simple primitives.
  14.  
  15. <P>
  16. The union of two objects results in an
  17. object that encloses the space occupied by the two given objects.
  18. Intersection results in an object that encloses the space where the two
  19. given objects overlap.  Difference is an order dependent operator; it
  20. results in the
  21. first given object minus the space where the second intersected
  22. the first.
  23.  
  24. <P>
  25.