Share

AcDbDatabase::setLoftNormals

C++

Acad::ErrorStatus setLoftNormals(
    Adesk::UInt8 value
);

Description

Sets value to be the LOFTNORMALS value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
value Input LOFTNORMALS value

Links

AcDbDatabase Class

Was this information helpful?