Share

AcDbDatabase::setFacetres

C++

ACDBCORE2D_PORT Acad::ErrorStatus setFacetres(
    double facetres
);

Description

Sets facetres to be the FACETRES value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
facetres Input FACETRES value

Links

AcDbDatabase Class

Was this information helpful?