|
|
|
|
Constructive solid geometry
|
| |
|
| |
Constructive solid geometry (CSG) is a technique used in solid modeling. CSG is often, but not always, a procedural modeling technique used in 3D computer graphics and CAD. Constructive solid geometry allows a modeler to create a complex surface or object by using Boolean operators to combine objects. Often CSG presents a model or surface that appears visually complex, but is actually little more than cleverly combined or decombined objects.

Discussion
Ask a question about 'Constructive solid geometry'
Start a new discussion about 'Constructive solid geometry'
Answer questions from other users
|
Encyclopedia
Constructive solid geometry (CSG) is a technique used in solid modeling. CSG is often, but not always, a procedural modeling technique used in 3D computer graphics and CAD. Constructive solid geometry allows a modeler to create a complex surface or object by using Boolean operators to combine objects. Often CSG presents a model or surface that appears visually complex, but is actually little more than cleverly combined or decombined objects. (In some cases, constructive solid geometry is performed on polygonal meshes, and may or may not be procedural and/or parametric.)
The simplest solid objects used for the representation are called primitives. Typically they are the objects of simple shape: cuboids, cylinders, prisms, pyramids, spheres, cones. The set of allowable primitives is limited by each software package. Some software packages allow CSG on curved objects while other packages do not.
It is said that an object is constructed from primitives by means of allowable operations, which are typically Boolean operations on sets: union, intersection and difference.
A primitive can typically be described by a procedure which accepts some number of parameters; for example, a sphere may be described by the coordinates of its center point, along with a radius value. These primitives can be combined into compound objects using operations like these:
Operations in constructive solid geometry | Boolean union | Boolean difference | Boolean intersection |
|---|
| | | | The merger of two objects into one. | The subtraction of one object from another. | The portion common to both objects. |
Combining these elementary operations, it is possible to build up objects with high complexity starting from simple ones.
Applications of CSG Constructive solid geometry has a number of practical uses. It is used in cases where simple geometric objects are desired, or where mathematical accuracy is important. The Unreal engine uses this system, as does Hammer (the native Source engine level editor), Quake Lawmaker Editor (editor for Lawmaker Engine), and Torque Game Engine/Torque Game Engine Advanced. BRL-CAD is a solid modeling CAD package that is fundamentally based on CSG modeling techniques. CSG is popular because a modeler can use a set of relatively simple objects to create very complicated geometry. When CSG is procedural or parametric, the user can revise their complex geometry by changing the position of objects or by changing the Boolean operation used to combine those objects.
One of the advantages of CSG is that it can easily assure that objects are "solid" or water-tight if all of the primitive shapes are water-tight. This can be important for some manufacturing or engineering computation applications. By comparison when creating geometry based upon boundary-representation additional topological data is required, or consistency checks performed to assure a "solid" object.
A convenient property of CSG shapes is that it can be relatively easy to classify arbitrary points as being either inside or outside the shape created by CSG. The point is simply classified against all the underlying primitives and the boolean equation is evaluated. This can be a desirable quality for some applications such as collision detection.
Applications with CSG support
External links
- - explanation of CSG definitions, equations, techniques, and uses.
- - an opensource (LGPL) library featuring CSG capabilities on triangle meshes.
- - an opensource (LGPL, QPL) library featuring, among other, .
- - an opensource (GPL, Version 2 you can ask for a separate license) library that does image-based CSG rendering using OpenGL.
- - a simple geometric modeling functional language able to perform CSG operations on various types of objects.
- - a recent opensource 3D CAD program.
- - interactive solid modeling for Monte Carlo particle transport simulations.
- - wikipedia CSG binary tree as replicated using FME (Feature Manipulation Engine).
- - programming library for 3D/2D graphics applications development in C++ using OpenGL, featuring CSG capabilities on triangle meshes.
|
| |
|
|