Share

AcDb2dPolyline::setDefaultEndWidth

C++

Acad::ErrorStatus setDefaultEndWidth(
    double
);

Description

Sets newVal to be 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.

Returns Acad::eOk if successful, or Acad::eInvalidInput if the data passed in is not acceptable.

Parameters

Parameters Description
unnamed Input default end width value

Links

AcDb2dPolyline

Was this information helpful?