Electrical cables drawing tools workbench for FreeCAD
The Cables Workbench has the following goals:
- Creation and use of ready-made elements and cable profiles for modeling electrical installations in architectural design projects
- Simplification of cable drawing in architectural models with the possibility of easy changes (like repositioning wall sockets or ligt switches with cables attached to them)
- Enable quick and easy connection of single wires if that detail level is needed (e.g. connecting wires to connectors in electrical boxes or swichboards)
- To be compatible with BIM Workbench
The main idea of modeling cables (which are flexible in nature) as a static 3D elements is based on Wire Flex objects. These objects are modified Draft Wire objects with additional features like the possibility of attaching any Wire Flex vertices to external objects. This allows to automatically change the cable shape and length while changing the placement of external elements like boxes, switches, ligth points, walls, ceilings etc.
All elements (cables, boxes, connectors etc.) in this workbench are Arch Component elements. The cable element is based on Arch Pipe class.
This workbench does not have any FreeCAD Wiki page yet. This is planned soon. You can install the workbench and see examples to have a closer look into details. These files contain Info text with some additional hints.
Currently the only method to install this workbench is to copy its entire Cables/
folder to the FreeCAD local Mod/
folder. Details: Installing more workbenches.
It is also planned to make it possible to install this workbench via the Addon Manager (from Tools menu).
This workbench is currently at the alpha stage. You can expect some bugs which can make your model broken. Some properties of models can change in the future and break models created with current version.
Cables Workbench was created for FreeCAD version 1.0.0. No compatibility checks with previuos versions were made.
- Development repo: https://github.com/sargo-devel/Cables
- FreeCAD Forum announcement/discussion thread
- Authors: @SargoDevel
- v0.1.2 25 Jan 2025: Added profile selection
- v0.1.1 21 Jan 2025: Fixed cable rotation problem
- v0.1.0 21 Jan 2025: Initial version
LGPLv3 (see LICENSE)