Share

AcDbCircle::AcDbCircle

C++

AcDbCircle();

Description

Default constructor. Initializes the center to (0,0,0), the radius to 0.0, and the normal to (0,0,1). The radius needs to be set to a value greater than 0.0 before the object is first closed. All coordinates are WCS.

Links

AcDbCircle

Was this information helpful?