Skip to main content
Question

How to offset a point along a line away from a junction?

  • August 26, 2015
  • 1 reply
  • 39 views

Forum|alt.badge.img+5
There could be several points along the the line within a 100 feet buffer and a tolerance gap of 30 feet between point is required. Assume that there will be no more than 3 points within the buffer.

1 reply

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 1, 2015
Extract the angle of the line at this point and move it (create a point) at the required distance and angle.

 

 

Using a affiner you enter

 

dX=@Evaluate(-/+@Value(OFFSET)*@cos((@Value(DirectionalAngle)/180)*$(Pi ())))

 

dY=@Evaluate(-/+@Value(OFFSET)*@sin((@Value(DirectionalAngle)/180)*$(Pi ())))

 

 

so that would be A,B,C = 1,0,dX and D,E,F  = 0,1,dY

 

The -/+ would indicate wich side of the line you'd be moving the point.

 

 

 

 

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings