Share

AcGeCylinder::AcGeCylinder

C++

AcGeCylinder(
    double radius, 
    const AcGePoint3d& origin, 
    const AcGeVector3d& axisOfSymmetry
);

Description

Constructs an infinite cylinder defined by the input data.

Parameters

Parameters Description
radius Input cylinder radius
origin Input reference point on the cylinder axis
axisOfSymmetry Input rotation axis

Links

AcGeCylinder

Was this information helpful?