Share

AcDb2dPolyline::defaultEndWidth

C++

double defaultEndWidth() const;

Description

Returns the default polyline segment ending width value for the polyline. This value is used as the default end width for all vertices within the polyline. So, for DXFOUT, vertices that have this end width will not write the value out. For DXFIN, vertices that do not have a DXF group code 41 value will use the polyline's default end width.

If non-zero, the default end width value is used for the polyline's DXF group code 41.

Links

AcDb2dPolyline

Was this information helpful?