The isometric view of the solid along with dimensions
Need to create the CSG (Constructive Solid Geometry) tree for a given solid.
Also Read
- Perspective drawing practice drawings for free
- Write computer-aided design algorithms to obtain the below drawings
- Create solid model using associated 2D drawings
- Drafting settings in auto cad
- Why first angle and third angle projection method is used in machine design and why second and fourth angle method is not used?
- Solidworks part creation #86 step by step procedure
- step by step procedure to draw hook 2D drawing using AutoCAD
- CSG (Constructive Solid Geometry) representation of the given solid
- step by step procedure to create 3D drawing by using AutoCAD
- Create the 3D component using AutoCAD 3D modeling
- Drawing cylinders in an isometric picture using AutoCAD
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