Solid.CreateCylinder (Double, Double, Int32) Method

Creates a Cylinder primitive.
Public Shared Function CreateCylinder( _ 
ByVal radius As Double, _ 
ByVal height As Double, _ 
ByVal slices As Integer
) As Solid
This language is not supported or no code example is available.
public static Solid CreateCylinder( 
double radius
double height
int slices 
)
This language is not supported or no code example is available.

Parameters

radius
double

Radius of cylinder

height
double

Height of cylinder

slices
int

Number of subdivisions

Return Value

Solid

The created solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition