Also Read
The isometric view of the solid along with dimensions
Need to create the CSG (Constructive Solid Geometry) tree for a given solid.
Here
p1 is primitive 1 i.e. Block
p2 is primitive 2 i.e. wedge
p3 is primitive 3 i.e. wedge
p4 is primitive 4 i.e. cylinder
p5 is primitive 5 i.e. block
1. The subtraction of p1 - p2 is generated s1
2. The subtraction of s1 - p3 is generated s2
3. The subtraction of s2 - p4 is generated s3
4. The subtraction of s3 - p5 is generated s4










Comments