Skip to main content
Solved

i have one line with 3d heights.i have drwan the another one line parallel to the main line.some xy difference. what i need ,i drwa that line same z or near by z .

  • June 3, 2019
  • 2 replies
  • 14 views

thirug
Forum|alt.badge.img

In the attached screen grab useful for your reference

Best answer by pratap

Option 1

Trying using surface draper

 

Option 2

1. Convert all the lines to points by having unique ID

2. use Coordinate extractor (on green lines) and calculate the xyz values

3. Use spatialrealtor and transfer the z values from points of green lines to points created using red lines

4. Create the line back using linecombiner and unique ID (step 1)

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

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 605 replies
  • Best Answer
  • June 3, 2019

Option 1

Trying using surface draper

 

Option 2

1. Convert all the lines to points by having unique ID

2. use Coordinate extractor (on green lines) and calculate the xyz values

3. Use spatialrealtor and transfer the z values from points of green lines to points created using red lines

4. Create the line back using linecombiner and unique ID (step 1)


thirug
Forum|alt.badge.img
  • Author
  • 16 replies
  • June 3, 2019

option 1 was working.thanks