FreeCAD Trails Workbench (Transportation and Geomatics)

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Geomatics Workbench

Post by Kunda1 »

@HakanSeven12 awesome. Would you be open to using 'tags' for releases (like A2plus does)?
https://github.com/kbwbe/A2plus/releases

You could also then reference todo issues in the issue queue to be closed which GitHub will automagically do. For example:

Code: Select all

Closes #3
anywhere in the commit summary will close issue #3
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Geomatics Workbench

Post by HakanSeven12 »

Kunda1 wrote: Tue Jun 25, 2019 1:55 pm @HakanSeven12 awesome. Would you be open to using 'tags' for releases (like A2plus does)?
https://github.com/kbwbe/A2plus/releases

You could also then reference todo issues in the issue queue to be closed which GitHub will automagically do. For example:
anywhere in the commit summary will close issue #3
İnitial release of Geomatics Workbench
https://github.com/HakanSeven12/FreeCAD ... /0.1-alpha
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Geomatics Workbench

Post by HakanSeven12 »

Now I can create sections but its not stop where Guideline ended.


surf.png
surf.png (119.51 KiB) Viewed 1981 times
sec.png
sec.png (125.25 KiB) Viewed 1981 times
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Geomatics Workbench

Post by HakanSeven12 »

Thanks to @wmayer. Section problem solved :)
wmayer wrote: Thu Jun 27, 2019 5:41 pmPing
sections.png
sections.png (141.69 KiB) Viewed 1924 times
view.png
view.png (128.06 KiB) Viewed 1922 times
wires.png
wires.png (115.95 KiB) Viewed 1924 times
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Geomatics Workbench

Post by Joel_graff »

HakanSeven12 wrote: Sun Jun 30, 2019 10:08 am Thanks to @wmayer. Section problem solved :)


This looks really great. You've done a great job putting together something really useful in a short time (only wish I could say the same :lol:)!
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Geomatics Workbench

Post by HakanSeven12 »

Joel_graff wrote: Sun Jun 30, 2019 11:51 am This looks really great. You've done a great job putting together something really useful in a short time (only wish I could say the same :lol:)!
Thank you :) If your WB doesn't exist, I never start to develop my WB. I hope you can finish your WB as soon as possible.
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Geomatics Workbench

Post by HakanSeven12 »

I don't think I am going to work on this workbench anymore. The main reasons is rendering issue at large coordinates and fail at large dxf file import. Thanks for everyone who helped me to develop this workbench.
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Geomatics Workbench

Post by Joel_graff »

HakanSeven12 wrote: Thu Aug 01, 2019 11:31 pm I don't think I am going to work on this workbench anymore. The main reasons is rendering issue at large coordinates and fail at large dxf file import. Thanks for everyone who helped me to develop this workbench.
That's a shame. You were making great progress.

I really think the solution lay in segmenting the dataset to live within the limits of Coin3D. I don't think this limitation is specific to FreeCAD / Coin, either. Developing a solution here would have been a significant accomplishment.

Sorry to see you go, but thanks for the effort. It made my work better, too. :)
Last edited by Joel_graff on Fri Aug 02, 2019 10:23 am, edited 1 time in total.
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Geomatics Workbench

Post by Joel_graff »

HakanSeven12 wrote: Thu Aug 01, 2019 11:31 pm I don't think I am going to work on this workbench anymore. The main reasons is rendering issue at large coordinates and fail at large dxf file import. Thanks for everyone who helped me to develop this workbench.
I would be willing to take a look at the problem to see if I can find a solution, if you can provide me your dataset.
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Geomatics Workbench

Post by HakanSeven12 »

Joel_graff wrote: Fri Aug 02, 2019 10:23 am I would be willing to take a look at the problem to see if I can find a solution, if you can provide me your dataset.
This issue effect all workbenchs. So we need a general solution. Try to measure something or create a geometry, mesh or point cloud. Render issue effect all operations at large coordinates. Maybe we can fix it for our workbenchs but that is not a complete fix for this issue. I think FreeCAD need a fix that works for all workbenchs.
Post Reply