Skip to content

KBE3D / KBCore / Cesium / EllipsoidGraphics / ConstructorOptions

接口: ConstructorOptions

Initialization options for the EllipsoidGraphics constructor

属性

show?

optional show: boolean | Property

A boolean Property specifying the visibility of the ellipsoid.


radii?

optional radii: Property | Cartesian3

A Cartesian3 Property specifying the radii of the ellipsoid.


innerRadii?

optional innerRadii: Property | Cartesian3

A Cartesian3 Property specifying the inner radii of the ellipsoid.


minimumClock?

optional minimumClock: number | Property

A Property specifying the minimum clock angle of the ellipsoid.


maximumClock?

optional maximumClock: number | Property

A Property specifying the maximum clock angle of the ellipsoid.


minimumCone?

optional minimumCone: number | Property

A Property specifying the minimum cone angle of the ellipsoid.


maximumCone?

optional maximumCone: number | Property

A Property specifying the maximum cone angle of the ellipsoid.


heightReference?

optional heightReference: Property | HeightReference

A Property specifying what the height from the entity position is relative to.


fill?

optional fill: boolean | Property

A boolean Property specifying whether the ellipsoid is filled with the provided material.


material?

optional material: Color | MaterialProperty

A Property specifying the material used to fill the ellipsoid.


outline?

optional outline: boolean | Property

A boolean Property specifying whether the ellipsoid is outlined.


outlineColor?

optional outlineColor: Color | Property

A Property specifying the Color of the outline.


outlineWidth?

optional outlineWidth: number | Property

A numeric Property specifying the width of the outline.


stackPartitions?

optional stackPartitions: number | Property

A Property specifying the number of stacks.


slicePartitions?

optional slicePartitions: number | Property

A Property specifying the number of radial slices.


subdivisions?

optional subdivisions: number | Property

A Property specifying the number of samples per outline ring, determining the granularity of the curvature.


shadows?

optional shadows: Property | ShadowMode

An enum Property specifying whether the ellipsoid casts or receives shadows from light sources.


distanceDisplayCondition?

optional distanceDisplayCondition: Property | DistanceDisplayCondition

A Property specifying at what distance from the camera that this ellipsoid will be displayed.

KBE3D @3.0.0 Copyright © 2024-present KBE3D