AcGeCylinder::AcGeCylinder

C++
AcGeCylinder(
    double radius, 
    const AcGePoint3d& origin, 
    const AcGeVector3d& axisOfSymmetry
);
Parameters
Parameters 
Description 
radius 
Input cylinder radius 
origin 
Input reference point on the cylinder axis 
axisOfSymmetry 
Input rotation axis 
Description

Constructs an infinite cylinder defined by the input data. 

 

Links