Appearance
KBE3D / KBCore / Cesium / EllipsoidGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the EllipsoidGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the ellipsoid.
radii?
optionalradii:Property|Cartesian3
A Cartesian3 Property specifying the radii of the ellipsoid.
innerRadii?
optionalinnerRadii:Property|Cartesian3
A Cartesian3 Property specifying the inner radii of the ellipsoid.
minimumClock?
optionalminimumClock:number|Property
A Property specifying the minimum clock angle of the ellipsoid.
maximumClock?
optionalmaximumClock:number|Property
A Property specifying the maximum clock angle of the ellipsoid.
minimumCone?
optionalminimumCone:number|Property
A Property specifying the minimum cone angle of the ellipsoid.
maximumCone?
optionalmaximumCone:number|Property
A Property specifying the maximum cone angle of the ellipsoid.
heightReference?
optionalheightReference:Property|HeightReference
A Property specifying what the height from the entity position is relative to.
fill?
optionalfill:boolean|Property
A boolean Property specifying whether the ellipsoid is filled with the provided material.
material?
optionalmaterial:Color|MaterialProperty
A Property specifying the material used to fill the ellipsoid.
outline?
optionaloutline:boolean|Property
A boolean Property specifying whether the ellipsoid is outlined.
outlineColor?
A Property specifying the Color of the outline.
outlineWidth?
optionaloutlineWidth:number|Property
A numeric Property specifying the width of the outline.
stackPartitions?
optionalstackPartitions:number|Property
A Property specifying the number of stacks.
slicePartitions?
optionalslicePartitions:number|Property
A Property specifying the number of radial slices.
subdivisions?
optionalsubdivisions:number|Property
A Property specifying the number of samples per outline ring, determining the granularity of the curvature.
shadows?
optionalshadows:Property|ShadowMode
An enum Property specifying whether the ellipsoid casts or receives shadows from light sources.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this ellipsoid will be displayed.
