Skip to main content
Question

Draw lines between points

  • August 17, 2016
  • 4 replies
  • 566 views

Forum|alt.badge.img

I have an object that has that has two Point styles. I can translate point styles into cells in Microstation but I would like to generate a line that will go between the two cells. To be honest I am not sure where to even start. Any help would be appriciated

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.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • August 17, 2016

Have a look at the PointConnector transformer. One of the settings is the attribute to be used as the connection break. So if you can group the points by an attribute you can create lines per group.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • August 17, 2016

Or if the two points are combined in one object, you want to check out the VertexCreator, using the point X and Y to create the start and end points of the line.


Forum|alt.badge.img
  • Author
  • 28 replies
  • October 27, 2016

Have a look at the PointConnector transformer. One of the settings is the attribute to be used as the connection break. So if you can group the points by an attribute you can create lines per group.

Thanks for this, PointConnector worked great.

 

 


Forum|alt.badge.img
  • Author
  • 28 replies
  • February 14, 2017
By using the PointConnector transformer I was able to get this to work.

 

 

Thanks