Quickly switch polylines between 2D and 3D formats directly in your drawing. The tool maintains accuracy and consistency throughout the process, retaining essential properties of the original polylines whenever feasible.
Available for AutoCAD, BricsCAD, ZWCAD and GstarCAD
Difference betweeen polyline types in DWG:
- Polyline: Also known as Lightweight Polyline, a modern 2D polyline that supports lines, arcs, and variable widths, stored efficiently in the drawing. Vertices do not have Z values, but the entire polyline can have an elevation.
- 2D Polyline: An older, heavier type of polyline kept for compatibility with legacy drawings. Vertices do not have Z values, but the entire polyline can have an elevation.
- 3D Polyline: A polyline made of straight segments in three-dimensional space, without arcs or widths. Vertices include Z values, and the entire polyline cannot have a separate elevation defined.
Running the SPMCONVERTPOLYLINE command, the polylines can be converted between types. Most of the compatible CAD properties (layer, color, …) will be maintained.
1. Convert to 2D Polyline
- From Polyline: the elevation value will be maintained.
- From 3D Polyline: the Z values in the vertices will be deleted.
2. Convert to 3D Polyline
- From Polyline: the elevation will be converted to Z values in the vertices.
- From 2D Polyline: the elevation will be converted to Z values in the vertices.
3. Convert to Polyline
- From 2D Polyline: the elevation value will be maintained.
- From 3D Polyline: the Z values in the vertices will be deleted.
Note: Some functionalities can be found in the Standard or Professional editions only