CreateCone(double, double)

Create a cone with top radius equals to 0.

Declaration Syntax

public ICone3D CreateCone(double length, double bottomRadius)

Parameters

length(double)

The cone length.

bottomRadius(double)

The cone bottom radius.