Autodesk.AutoCAD.Geometry Namespace > Cylinder Class > Cylinder Constructor > Cylinder(double, Point3d, Vector3d, Vector3d, Interval, double, double) Constructor
Cylinder.Cylinder(double, Point3d, Vector3d, Vector3d, Interval, double, double) Constructor
Description

 

Constructs a bounded cylinder defined by the input data.

Visual Basic
Public Sub New(
    radius As double, 
    origin As Point3d, 
    axisOfSymmetry As Vector3d, 
    referenceAxis As Vector3d, 
    height As Interval, 
    startAngle As double, 
    endAngle As double
)
C#
public Cylinder(
    double radius, 
    Point3d origin, 
    Vector3d axisOfSymmetry, 
    Vector3d referenceAxis, 
    Interval height, 
    double startAngle, 
    double endAngle
);
Parameters
Parameters 
Description 
double radius 
Input cylinder radius 
Point3d origin 
Input base point on the cylinder axis 
Vector3d axisOfSymmetry 
Input axis of rotation 
Vector3d referenceAxis 
Input reference vector on the base circle 
Interval height 
Input interval on the axis referred by the origin 
double startAngle 
Input start angle on the base circle 
double endAngle 
Input end angle on the base circle 
Links
   Comments?