freecad.trails icon indicating copy to clipboard operation
freecad.trails copied to clipboard

Trails is the Transportation Engineering workbench for FreeCAD

Results 23 freecad.trails issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

Explore creating a geometry tracker to abstract geometry specific tracker features to rebase node / wire / curve trackers on (update(), points, etc).

code quality

Tracker event order needs to be canonized for clarity. Currently task->alignment->node->wire->curve...?

code quality

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...

code quality

Make DragState() global in the task

code quality