Share

AcDbDatabase::setChamfera

C++

Acad::ErrorStatus setChamfera(
    double val
);

Description

Sets val to be the CHAMFERA value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input CHAMFERA value

Links

AcDbDatabase Class

Was this information helpful?