CAD files and repository
windkit's CAD model is build entierely with FreeCAD. FreeCAD is an open source 3D parametric modeller. We have released the CAD model as FCStd (FreeCAD) and STEP (ISO standard), to get it you can either download or clone the git repository.
Download the latest windkit build
The windkit git repository can be found here.
The FreeCAD model can be found in the Cad
folder, the STEP file in the Export folder. If you are looking for the STEP file only, see here.
Software Requirements
To use the CAD model as a reference during assembly, we recommend FreeCAD or CAD Assistant (with the STEP file). CAD Assistant is a freeware CAD viewer for various formats and is multi-platform.
If you want to contribute to this project, test or modify the CAD model, we recommend the following FreeCAD version and workbenches. FreeCAD (Link branch by realthunder) For the assembly process we've used the Assembly3 workbench. The workbench is bundled in the fork mentioned above, no additional installation is required. Additionally we use Fasteners WB for fastener groups, this workbench can be installed separately via the Addon Manager in Freecad. To get to know Assembly3, we recommend you have a look at the Assembly3 section of the FreeCAD Wiki and realthunder's old FreeCAD Fork Wiki. .
Structure of the CAD model
The CAD is organised into sub-assemblies and stored in their respective folders. The sub-assemblies are shown in the image below. Each assembly folder contains:
-
Components.NAMEOFTHESUBASSEMBLY.FCStd
file containing all the parts of the sub-assembly -
SubAssembly.NAMEOFTHESUBASSEMBLY.FCStd
file where the sub-assembly lives in - if fasteners are used multiple times a
FastenerAssembly.NAMEOFTHESUBASSEMBLY.FCStd
file which usually contains the bolt, washer and nut.
All sub-assemblies are linked to the main assembly MainAssembly.windkit.FCStd
. With the new Link feature, you can modify a sub-assembly and the main assembly will be updated instantly without any import.