Civil engineering feature implementation (Transportation Engineering)

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
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by HakanSeven12 »

serviteur wrote: Mon Apr 06, 2020 7:06 pm Import point file (Trails) no work.
Send me your point file.
serviteur
Posts: 69
Joined: Thu Nov 13, 2014 5:54 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by serviteur »

HakanSeven12 wrote: Mon Apr 06, 2020 7:11 pm
serviteur wrote: Mon Apr 06, 2020 7:06 pm Import point file (Trails) no work.
Send me your point file.

ok.
Attachments
elou.txt
(117 Bytes) Downloaded 35 times
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by HakanSeven12 »

serviteur wrote: Mon Apr 06, 2020 7:13 pm ok.
Your file include semicolon but my importer support space, tab or comma and you need to change delimeter to your file type.
serviteur
Posts: 69
Joined: Thu Nov 13, 2014 5:54 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by serviteur »

HakanSeven12 wrote: Mon Apr 06, 2020 7:19 pm
serviteur wrote: Mon Apr 06, 2020 7:13 pm ok.
Your file include semicolon but my importer support space, tab or comma and you need to change delimeter to your file type.

I deleted all semicolon...and I have restored ImportPointFile.py >>>>>> .FreeCAD/Mod/trails-dev/freecad/trails/point/ImportPointFile.py and delete line 108
"UI.setWindowFlags(QtCore.Qt.Window)"

Point file import it's ok now but Create a surface no work

Image


My point file Z=0 (Elevation)
Attachments
Elou-Edit.txt
(109 Bytes) Downloaded 37 times
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by HakanSeven12 »

serviteur wrote: Mon Apr 06, 2020 7:55 pm Create a surface no work
Distance between your point more than 20. Set max. Triangle length to 100 or higher. Also this thread for development discussions. İf you still have any problem write it to this thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=34371
serviteur
Posts: 69
Joined: Thu Nov 13, 2014 5:54 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by serviteur »

HakanSeven12 wrote: Mon Apr 06, 2020 8:08 pm
serviteur wrote: Mon Apr 06, 2020 7:55 pm Create a surface no work
Distance between your point more than 20. Set max. Triangle length to 100 or higher. Also this thread for development discussions. İf you still have any problem write it to this thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=34371

Ok.
thank you for your help.
User avatar
HakanSeven12
Veteran
Posts: 1481
Joined: Wed Feb 06, 2019 10:30 pm

Re: Civil engineering feature implementation (Transportation Engineering)

Post by HakanSeven12 »

Joel_graff wrote: Fri Apr 03, 2020 9:13 pm
Hi Joel. I started to work on section views. But this code don't works for every alignment.

Code: Select all

Alignment.Proxy.model.get_orthogonal( Station, "Left")
I fixed some part of your code at previous merge pr but still have some bugs. If you have time can you take a look at that?
Last edited by HakanSeven12 on Sat Apr 18, 2020 9:23 pm, edited 1 time in total.
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Civil engineering feature implementation (Transportation Engineering)

Post by Joel_graff »

I’ll definitely take a peek in the next day or two. Thanks!
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: Civil engineering feature implementation (Transportation Engineering)

Post by HakanSeven12 »

I added a function to utils.py to fix rendering. If you use it for alignment placement, I think everythigs will works fine.
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Re: Civil engineering feature implementation (Transportation Engineering)

Post by Joel_graff »

HakanSeven12 wrote: Fri Apr 24, 2020 10:53 am I added a function to utils.py to fix rendering. If you use it for alignment placement, I think everythigs will works fine.
Ok. I need to take a look at this. Been a bit distracted, lol. But I'm curious. :)
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
Post Reply