Share

AcDb2dPolyline::setThickness

C++

Acad::ErrorStatus setThickness(
    double
);

Description

This function sets thickness to be the thickness for the polyline. The thickness is the polyline's dimension along its normal vector direction. The normal vector direction is sometimes called the extrusion direction.

The thickness value is used for DXF group code 39.

Parameters

Parameters Description
unnamed Input thickness for the polyline

Links

AcDb2dPolyline

Was this information helpful?