Share

AcDbDatabase::setLoftAng2

C++

Acad::ErrorStatus setLoftAng2(
    double ang2
);

Description

Sets ang2 to be the LOFTANG2 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
ang2 Input LOFTANG2 value

Links

AcDbDatabase Class

Was this information helpful?