Skip to main content
Question

Building a Diagram

  • October 12, 2020
  • 2 replies
  • 49 views

cipriancu
Contributor
Forum|alt.badge.img+3

Hello

I try to build a diagram starting from a source-target table

the result should be something like this

Capture

is it posible to be made ? how?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

deanhowell
Influencer
Forum|alt.badge.img+24
  • Influencer
  • 315 replies
  • October 12, 2020

Hello, how does your model know which way to turn i.e. left / right/ straight? If the points had some geographic location, then you could easily just create points and lines from each and then generate a polygon around the point with the ID.


cipriancu
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 2 replies
  • October 13, 2020

I imagine this more like a grid mesh with few rules :

the starting point always will have ID =0 and will have the Y coordinate = 0  

the nodes cannot have Y coordinate negative and the lines between nodes cannot intersect 

 

it will look like a tree diagram rotated at 90 degrees since there is no loop