ConstructorOptions

Properties

Link copied to clipboard
abstract val center: Cartesian3

The circle's center point in the fixed frame.

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

The ellipsoid the circle will be on. Default value - Ellipsoid.default

Link copied to clipboard
abstract val extrudedHeight: Double?

The distance in meters between the circle's extruded face and the ellipsoid surface. Default value - 0.0

Link copied to clipboard
abstract val granularity: Double?

The angular distance between points on the circle in radians. Default value - 0.02

Link copied to clipboard
abstract val height: Double?

The distance in meters between the circle and the ellipsoid surface. Default value - 0.0

Link copied to clipboard
abstract val numberOfVerticalLines: Int?

Number of lines to draw between the top and bottom of an extruded circle. Default value - 16

Link copied to clipboard
abstract val radius: Double

The radius in meters.