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
Page 1 / 1
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.
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.
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.
By using the PointConnector transformer I was able to get this to work.
Thanks