AutoCAD VIEWRES is not read here. DWG files often store 1000, which would
inflate GPU memory and HTML export size unless the user explicitly chooses
a high-quality preset. Opening a drawing without
AcDbOpenDatabaseOptions.circleSides uses
ACDB_DRAW_CIRCLE_SIDES_DRAFT.
Renderer implementations of circularArc / ellipticalArc / area should
use the same helper so Circle, Arc, and Ellipse honour the open-time setting.
Draw-time tessellation options for the current database.
Uses AcDbDatabase.drawCircleSides from AcGiContext.database (set by AcDbEntity.worldDraw). When the renderer has no database this falls back to AcGeCircArc2d.DEFAULT_CIRCLE_SIDES.
AutoCAD VIEWRES is not read here. DWG files often store 1000, which would inflate GPU memory and HTML export size unless the user explicitly chooses a high-quality preset. Opening a drawing without AcDbOpenDatabaseOptions.circleSides uses ACDB_DRAW_CIRCLE_SIDES_DRAFT.
Renderer implementations of
circularArc/ellipticalArc/areashould use the same helper so Circle, Arc, and Ellipse honour the open-time setting.