CreateCone(double, double, double)

Create a cone.

Declaration Syntax

public ICone3D CreateCone(double length, double bottomRadius, double topRadius)

Parameters

length(double)

The cone length.

bottomRadius(double)

The cone bottom radius.

topRadius(double)

The cone top radius.