freecad.trails
freecad.trails copied to clipboard
Trails is the Transportation Engineering workbench for FreeCAD
Hi there! I am having some difficulty correctly installing Trails in FreeCAD 0.19 (Snap version, Debian 11). After running `git clone --recursive https://github.com/joelgraff/freecad.trails.git` I get the following error message in...
It would be awesome to drape an image over a surface. I'm working on a geotiff import. When we convert the geotiff to points --> surface and then drape an...
Using Freecad 0.18 in Windows 10 I can see the workbench showing up in Freecad if I put the package in the following folder: FreeCAD 0.18\Ext\freecad\trails folder When activating I...
Explore creating a geometry tracker to abstract geometry specific tracker features to rebase node / wire / curve trackers on (update(), points, etc).
Tracker event order needs to be canonized for clarity. Currently task->alignment->node->wire->curve...?
Curve tracker code leaves much to be desired with too much state being maintained / exceptions, etc. Poss. migrate some functionality into base / node / wire trackers or state...
Make BaseDraggableTracker vs BaseTracker
Add spiral curve support for drag operations