3D CAD engineering models built in SolidWorks — basic models, assemblies, and advanced mechanisms. Features an interactive Three.js 3D viewer, file downloads, and a category sub-filter inside the SolidWorks section.
SolidWorks দিয়ে তৈরি 3D model — Basic Models, Assemblies, এবং Advanced Mechanisms। Three.js দিয়ে in-browser 3D viewer, file download সহ।
SolidWorks projects are organized into three sub-categories: Basic Models (individual parts), Assemblies (multi-part systems), and Advanced projects (mechanisms, engines). Each sub-page has its own listing with sub-filter tabs.
SolidWorks projects তিন ভাগে — Basic Models (single parts), Assemblies (multi-part), Advanced (engine, mechanism)। প্রতিটি sub-page-এ আলাদা filter আছে।
Each SolidWorks project opens with an interactive Three.js-powered 3D viewer. Models are loaded as OBJ/GLB files and rendered directly in the browser. Users can rotate by drag, zoom with scroll, and pan with right-click drag.
Three.js দিয়ে browser-এ 3D model দেখা যায়। Drag করে rotate, scroll করে zoom, right-click drag করে pan করা যায়।
Every SolidWorks project listing includes direct download buttons for the source files. Part files (.sldprt), assembly files (.sldasm), and exported formats (.step, .iges) are provided where available.
প্রতিটি project-এ .sldprt, .sldasm, .step, .iges file download করা যায়। Button উপরে file size দেখায়।
| File / Folder | Type | Description |
|---|---|---|
| Projects Code/solidworks/solidworks-basic-models.html | Page | Basic models listing with filter + 3D viewer |
| Projects Storage/Solidwork Projects/ | Storage | All SolidWorks files (.sldprt, .sldasm) organized by project |
| Projects Code/projects.json | Data | All project metadata — title, category, tags, filePath, thumbnail |
| Three.js (CDN) | Library | 3D WebGL renderer for in-browser model inspection |
| OBJLoader / GLTFLoader | Three.js Add-on | Loads exported OBJ / GLB model files for viewer |
| OrbitControls | Three.js Add-on | Rotate, zoom, pan with mouse/touch |