ConstructorOptions

Properties

Link copied to clipboard
abstract val bottomRadius: Double

The radius of the bottom of the cylinder.

Link copied to clipboard
abstract val length: Int

The length of the cylinder.

Link copied to clipboard
abstract val numberOfVerticalLines: Int?

Number of lines to draw between the top and bottom surfaces of the cylinder. Default value - 16

Link copied to clipboard
abstract val slices: Int?

The number of edges around the perimeter of the cylinder. Default value - 128

Link copied to clipboard
abstract val topRadius: Double

The radius of the top of the cylinder.