Import 3D Graphics
Import the CAD-related "DXF" file format. As with other 3D graphics in notebooks, these imported files can be rotated with a mouse or other input device.
object = Import["ExampleData/helicopter.dxf.gz"]Show[object /. Polygon[{a_, b_, c_}] -> Polygon[{a, b / 2, 2 c}], ImageSize -> 400, ViewAngle -> .2]