Share

AcGeCircArc2d::AcGeCircArc2d

C++

GE_DLLEXPIMPORT AcGeCircArc2d(
    const AcGePoint2d& cent, 
    double radius
);

Description

Constructs a full circle with the given center and radius. The radius must not be 0.

Parameters

Parameters Description
cent Input center of circle
radius Input radius of circle

Links

AcGeCircArc2d

Was this information helpful?