PDA

View Full Version : Multi-Linetype Pline



Wish List System
2015-10-08, 05:16 PM
Summary: Allow segments with varying linetypes within a single pline

Description: Instead of having to create a separate boundary, in order to delineate an object or outline, allow for segments of a polyline to have different linetypes. For instance, the long sides of a rectangle being continuous, with the ends being linetype hidden -- but all being connected into one pline.



Product and Feature: AutoCAD - Linetype

Submitted By: Lucie Vinciguerra on 10/08/2015

Tom Beauford
2015-10-09, 11:27 AM
With the original heavy polyline (still around today) each vertex is a separate entity allowing folk to modify properties of a segment with code. I remember seeing an example years ago. The lightweight polyline (lwpolyline default type since r14) that came out with r14 is a single entity like a line and could never have more than one linetype. As they reduced the size of our contour drawings to 1/4 their original size lwpolylines more than doubled the performance of AutoCAD for us.

As heavy polylines serve little purpose now allowing us to ctrl+pick a segment and modify the properties might be useful.