Intersection of 2 roads

I create a junction: road 1 and road 2. But how do I can addition to road 2 an IP what is on road 1?

Thanks!

Parents Reply
  • You may need to change the MX_SNAP configuration variable to help with the snap mode.

    1. Use Filee > CAD Menu - to show the CAD menu at the top

    2. Select Workspace > Configuration to show the configuration dialog box.

    3. Select the category All(alphabetic) in the left list, and scroll through all the variables on the right to the MX_SNAP

    4. Edit the variable so the value is set to MASTER - the other option is GEOMETRY. This will mean that it will snap to points on master strings rather than points on geometry string, so you can access the points that are not tangent points.

    5. Hit OK and exit the configuration dialog.

    You may need to stop and start MX to have this change implemented.



Children