Faculty project of "Universitate" bus station located in Bucharest made in AutoCAD
This repository contains a 3D model of a modern bus stop, created as a project for the "Computer-Aided Design" course at the University of Bucharest. The primary focus was on the technical execution and 3D modeling process using Autodesk AutoCAD.
- Institution: University of Bucharest
- Faculty: Faculty of Mathematics and Informatics
- Program: Computer Science and Information Technology
- Course: Computer-Aided Design (Proiectare Asistată de Calculator)
- Student: Dinu Bogdan-Marius
- Coordinator: Prof. Drăgan Mihăiță
The entire project was developed in Autodesk AutoCAD, adhering to a 1:1 scale with centimeters as the working unit. The core methodology involved a hybrid 2D-to-3D and direct 3D modeling approach.
The most common workflow was to first create precise 2D profiles and then give them depth.
- 2D Drafting: Profiles for components like the roof, bench, and waste receptacle were drawn using
Line,Offset(e.g., 2cm for bench planks and receptacle walls), andArrayrect(for repetitive elements like road markings). - 3D Extrusion: The
Presspullcommand was used extensively to extrude these 2D shapes into 3D solids.
Complex components were modeled directly using 3D primitives.
- Primitives Used:
Box,Cylinder,Sphere, andCone. - Boolean Operations: The
Subtractcommand was used to create hollow shapes, such as the inner part of the waste bin and the luminaire housing.
Components were positioned and adjusted using standard transformation tools.
- Manipulation:
Movewas used for assembly,Scaleto resize elements like trees, andArraypolarto create circular patterns (e.g., camera LEDs). - Organization: The
Layercommand was used from the beginning to organize components and manage properties.
Basic materials and textures were applied for realism.
- Materials: The
Matcommand was used to apply textures from the library or external files (e.g., photovoltaic cells, leaves, bark, road surfaces). - Decals: The
Attachcommand was used to apply 2D images, like the recycling logo and bus stop sign, onto 3D faces.
- Roof: Started as a 170x380cm 2D rectangle (
Line) , then extruded to a 20cm height usingPresspull.Textwas added and positioned withMove. - Bench: A detailed 2D side-profile was drawn (
Line). Planks were defined usingOffset(2cm) and the entire profile was extruded withPresspull. - Surveillance Camera: Modeled directly in 3D. The main body is a
Cylinder, with aConeandSphereforming the lens assembly. A circular pattern of spheres (Arraypolar) simulates the IR LEDs. The mounting arm and hood were also modeled as 3D solids. - Road & Sidewalk:
Linedefined the lane edges. The bus bay was created withLineat a 45° angle. The curb was generated withOffset(20cm). The "zig-zag" marking was drawn withLinecommands based on a 30° angle. TheBUSlettering was added withText. All 2D geometry was converted to 3D withPresspull. - Decorative Trees: The trunk and branches were modeled as pyramids with an octagonal base. A single leaf was modeled using
LineandPresspull, then duplicated and distributed usingArraypolarandCopy-Paste.


