AcGeCircArc3d::AcGeCircArc3d

C++
AcGeCircArc3d(
    const AcGePoint3d& cent, 
    const AcGeVector3d& nrm, 
    double radius
);
Parameters
Parameters 
Description 
cent 
Input center of arc 
nrm 
Input normal vector of arc 
radius 
Input radius of arc 
Description

Constructs a full circle with the given center, normal vector, and radius. The radius must not be 0. The constructed circle is oriented counterclockwise about the normal vector. 

 

Links