hi,
I'd like to create a fillet (like the autocad command) between 2 polylines ? is-it possible?
desired is the red arcs.
thanks
hi,
I'd like to create a fillet (like the autocad command) between 2 polylines ? is-it possible?
desired is the red arcs.
thanks
It's an old thread, and I removed all the shared workspaces from my Google Drive at some point in the last year...
Now I've restored that with FME 2017. Hope this helps.
create-arc-between-adjoining-lines.fmw (FME 2017.0.1.1)
It's an old thread, and I removed all the shared workspaces from my Google Drive at some point in the last year...
Now I've restored that with FME 2017. Hope this helps.
create-arc-between-adjoining-lines.fmw (FME 2017.0.1.1)
I believe your Workspace is perfect to solve his problem :)
Thanks,
Danilo
thank you (@danilo_inovacao and @takashi). I already saw
the question but the workspace was not available. I will try it but I’m afraid
that workspace will do the fillet at all corner of polylines. What I want is doing
that only for the intersection of 2 polylines (example: I will used to create
the intersection of roads). I will test it.
thank you (@danilo_inovacao and @takashi). I already saw
the question but the workspace was not available. I will try it but I’m afraid
that workspace will do the fillet at all corner of polylines. What I want is doing
that only for the intersection of 2 polylines (example: I will used to create
the intersection of roads). I will test it.
The workspace do it between all vertics of polyline. I will try to explain what I'm trying to create with the image (is better than my english ). PS. I have the roads center lines and the polygons (or I can also do offset to the centerline)
And the desired area or arc at the corner
thanks
The workspace do it between all vertics of polyline. I will try to explain what I'm trying to create with the image (is better than my english ). PS. I have the roads center lines and the polygons (or I can also do offset to the centerline)
And the desired area or arc at the corner
thanks
create-arc-between-adjoining-lines-2.fmw (FME 2017.0.1.1)
thanks @takashi : It is great but it works only if I have 2 intersected lines (2 and 3 or 1 and 3). If roads which I have is segmented at the intersection (I have 3 lines), then I got error from python caller (Error encountered while calling method `input' f_75(PythonFactory): PythonFactory failed to process feature). I think a problem with list Index.
thanks @takashi : It is great but it works only if I have 2 intersected lines (2 and 3 or 1 and 3). If roads which I have is segmented at the intersection (I have 3 lines), then I got error from python caller (Error encountered while calling method `input' f_75(PythonFactory): PythonFactory failed to process feature). I think a problem with list Index.
As I mentioned before, it would be the point of this subject how you can extract a proper line consisting of two segments around an intersection. However, it's hard to provide an ideal way to do that, since it could be different depending on the actual data conditions.
If you could share the actual source data (road center lines?) here, a good idea might be provided.
As I mentioned before, it would be the point of this subject how you can extract a proper line consisting of two segments around an intersection. However, it's hard to provide an ideal way to do that, since it could be different depending on the actual data conditions.
If you could share the actual source data (road center lines?) here, a good idea might be provided.
this is a small example of data. There is a roads intersection between 2 polylines, 3 polylines and 4 polylines.
As I mentioned before, it would be the point of this subject how you can extract a proper line consisting of two segments around an intersection. However, it's hard to provide an ideal way to do that, since it could be different depending on the actual data conditions.
If you could share the actual source data (road center lines?) here, a good idea might be provided.
create-arc-between-adjoining-lines-3.fmwt (FME 2017.0.1.1)
create-arc-between-adjoining-lines-3.fmwt (FME 2017.0.1.1)
have a nice week-end and thanks again (i did not find where I can accept the workspace as answer)
thanks @takashi : It is great but it works only if I have 2 intersected lines (2 and 3 or 1 and 3). If roads which I have is segmented at the intersection (I have 3 lines), then I got error from python caller (Error encountered while calling method `input' f_75(PythonFactory): PythonFactory failed to process feature). I think a problem with list Index.
create-arc-between-adjoining-lines-4.fmwt (FME 2017.0.1.1)
create-arc-between-adjoining-lines-4.fmwt (FME 2017.0.1.1)
Thanks a lot and best regards.