Olá @RobertEVs
Yes. In Autodesk Civil 3D you can avoid the extra 3D Polyline → 2D Polyline → FLATTEN workflow by extracting the corridor featurelines differently.
A few options:
When using Extract Corridor Feature Lines, check whether you can extract them as Polylines instead of Feature Lines/3D Polylines (depends on version and settings).
Another reliable workflow is:
- Extract the corridor featureline
- Use Create Feature Line from Objects only if needed
- Run MAPCLEAN or FLATTEN with Elevation = 0
- Convert directly with CONVERT3DPOLYS
But the fastest “one-shot” method for drafting/illustration linework is usually:
- Extract corridor featurelines
- Use EXPORTTOAUTOCAD
- During export, Civil 3D objects become plain AutoCAD entities and many featurelines simplify into standard 2D geometry depending on source elevations.
Another very efficient approach:
Set your UCS/View to Plan
Use FLATSHOT or create projected geometry from the corridor in plan view
This generates clean 2D linework specifically for presentation sheets and illustrations.
If you do this often, a small AutoLISP routine can automate:
- extract featureline
- convert 3D polyline
- set all Z values to 0
- output standard 2D polyline
That ends up being essentially a single command.
ASoares