Explain The Solid Modelling Principles of CSG Approach
Explain The Solid Modelling Principles of CSG Approach
Each edge should adjoin exactly two faces and have a vertex at each end.
Vertices are geometrically described by point coordinates
At least three edges must meet at each vertex
Faces are described by surface equations
Faces must only intersect at common edges or vertices
The boundaries of faces do not intersect themselves
Decomposition methods
These are based on spatial partitioning of object into cubes or primitives, either
uniform or adaptive. In this method an object is represented by a three dimensional
Boolean array. Each cell represents a cubic volume of space called voxel. If a cell
intersects with the region of interest it has a true value (1) otherwise, the value is false
(0). There is no concept of partial occupancy. Thus, many solids can be only
approximated.