- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have two corridors, each created from a separate alignment.
These alignments meet exactly at their start or end points. Each corridor is built independently, with its own baseline and region setup. I'm using the .ExtractFeatureLines() method to extract feature lines from each corridor.
When two corridors connect at their endpoints, the feature lines at the junction do not follow the actual corridor geometry. Instead, one of the extracted feature lines shows an abrupt vertical spike or a severely distorted bend between the two corridors.
Here's a visual of what I'm seeing
However, the feature lines extracted independently from each corridor do not continue smoothly.
At the connection point, the geometry becomes distorted, sharply bending away from the expected design.
Why does this happen, and how can I fix it programmatically?
Solved! Go to Solution.