Share

AcDbDatabase::setFilletrad

C++

Acad::ErrorStatus setFilletrad(
    double radius
);

Description

Sets radius to be the FILLETRAD value for the database.

See the System Variables section of the AutoCAD Command Reference for information on FILLETRAD.

Returns Acad::eOk if successful.

Parameters

Parameters Description
radius Input FILLETRAD value

Links

AcDbDatabase Class

Was this information helpful?