Introduction
A while back a customer asked how to create a certain shape they need to draw up in AutoCAD. In plan it needs to be a circle but in elevation it should have a curved profile. In this blog I’ll show the process of how to create the shape as shown.
Process
The idea is to create a Network surface and then convert the surface to a solid. Then to use the Intersect command with a cylinder to create the resulting circular shape. Note that in the process below I have not used exact measurements.
Create Network surface
In order to create a Network surface, I’ll draw four pieces of geometry. One for each side of the network. Create a simple arc in plan to start.
Now view the arc in 3D by either selecting the edge of the Viewcube or using Shift and RightMouse button together.
Make sure your visual style is set to anything other than 2D Wireframe. I set it mine to Conceptual.
If your workspace has not been set to 3D you can set it by selecting the Gear icon on the bottom right and select the 3D Modeling Workspace. Your icons will change and look like the ones should below.
Now select the arc and a 3d Gizmo will appear on the arc. Select its base and move it to the endpoint of the arc.
Right click the Gizmo and set it to Rotate.
Then select the red band and rotate the arc 90 degrees so that it’s upright.
Now select the blue band and then click on the copy sub command. Rotate and copy it 90 degrees as shown.
Now copy both of the arc to the other end of the other as shown.
Now select Mirror3D and select two opposite arcs.
Then select three points on the ends of the arcs and say Yes to delete the original arcs.
The result will be that two of the arcs will be mirrored.
Now the geometry is ready for the Network Surface tool. Select the Surface Tab and then the Network tool. Select two opposite arcs and press enter.
Then select the other two arcs and press enter.
The surface has been created.
Convert to Solid
Now select the Solid Tab and the Thicken tool. Then select the surface and give it a thickness. I gave it a thickness of 50.
Use Intersect tool to create resulting object
Now select the Top icon on the Viewcube so you see the model from the top.
Select the Cylinder tool and draw a cylinder as shown.
Just make sure the cylinder pass through the curved shape. If not use the presspull tool to extend the bottom downward.
Now select the Intersect tool and pick the two shapes. The result is as shown.
You can delete the initial arcs and split the screen into two Viewports.
In the second Viewport set the view to Top.
Conclusion
Using a couple of tools in AutoCAD 3D environment you can create fairly complex solid shapes.