OptionalcircleQuality hint used to derive deviation and the default maxSegments.
Default is AcGeCircArc2d.DEFAULT_CIRCLE_SIDES.
OptionaldeviationMaximum chord height in world units. Derived from circleSides when omitted.
OptionalmaxMaximum number of segments (circular arcs) or curve evaluations
(parametric refine). Defaults to circleSides.
OptionalminMinimum number of segments. Defaults depend on the curve type.
Options for chord-height curve tessellation.
circleSidesis a quality hint equivalent to AutoCAD VIEWRES / VPORTcircleSides. Whendeviationis omitted it is derived from that hint and the curve's characteristic size.maxSegmentsalso caps the number of curve evaluations so adaptive sampling cannot exceed a fixed-N path.