Skip to main content
Question

I have 2 lines in 1st line there will be different height with every node and i want to move 2nd line with reference 1st line and 2nd line height to be varied for nearby nodes with reference line

  • October 24, 2019
  • 2 replies
  • 13 views

 

I have 2 lines in 1st line there will be different height with every node and i want to move 2nd line with reference 1st line and 2nd line height to be varied for nearby nodes with reference line but when i use offsetter only one common z values are to be assigned to move the line with nearby reference line with no variation in z values so i want height variation in linear line with nearby reference line z values@ PranneshGeo

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

srg
Forum|alt.badge.img+10
  • 122 replies
  • October 25, 2019

@pranneshgeo, do the nodes have height values tagged to them? the Z offset need not be a constant value. It can be an attribute as well or even an expression

HTH

Happy FME-ing :-)

SRG


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • October 25, 2019

You need to do the height reference to the vertices. (if I understand the question right)

Either extract the vertices, find nearby reference, affine/adapt z value and rebuild line.

Or do it to its coordinates without rebuilding (manipulate geometry string), more difficult though.