Appearance
KBE3D / KBCore / Cesium / EllipsoidGraphics
类: EllipsoidGraphics
Describe an ellipsoid or sphere. The center position and orientation are determined by the containing Entity.
参数
Object describing initialization options
属性
definitionChanged
readonlydefinitionChanged:Event
Gets the event that is raised whenever a property or sub-property is changed or modified.
show
show:
Property|undefined
Gets or sets the boolean Property specifying the visibility of the ellipsoid.
radii
radii:
Property|undefined
Gets or sets the Cartesian3 Property specifying the radii of the ellipsoid.
innerRadii
innerRadii:
Property|undefined
Gets or sets the Cartesian3 Property specifying the inner radii of the ellipsoid.
minimumClock
minimumClock:
Property|undefined
Gets or sets the Property specifying the minimum clock angle of the ellipsoid.
maximumClock
maximumClock:
Property|undefined
Gets or sets the Property specifying the maximum clock angle of the ellipsoid.
minimumCone
minimumCone:
Property|undefined
Gets or sets the Property specifying the minimum cone angle of the ellipsoid.
maximumCone
maximumCone:
Property|undefined
Gets or sets the Property specifying the maximum cone angle of the ellipsoid.
heightReference
heightReference:
Property|undefined
Gets or sets the Property specifying the HeightReference.
fill
fill:
Property|undefined
Gets or sets the boolean Property specifying whether the ellipsoid is filled with the provided material.
material
material:
MaterialProperty
Gets or sets the Property specifying the material used to fill the ellipsoid.
outline
outline:
Property|undefined
Gets or sets the Property specifying whether the ellipsoid is outlined.
outlineColor
outlineColor:
Property|undefined
Gets or sets the Property specifying the Color of the outline.
outlineWidth
outlineWidth:
Property|undefined
Gets or sets the numeric Property specifying the width of the outline. <p> Note: This property will be ignored on all major browsers on Windows platforms. For details, see (@link https://github.com/CesiumGS/cesium/issues/40\}. </p>
stackPartitions
stackPartitions:
Property|undefined
Gets or sets the Property specifying the number of stacks.
slicePartitions
slicePartitions:
Property|undefined
Gets or sets the Property specifying the number of radial slices per 360 degrees.
subdivisions
subdivisions:
Property|undefined
Gets or sets the Property specifying the number of samples per outline ring, determining the granularity of the curvature.
shadows
shadows:
Property|undefined
Get or sets the enum Property specifying whether the ellipsoid casts or receives shadows from light sources.
distanceDisplayCondition
distanceDisplayCondition:
Property|undefined
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this ellipsoid will be displayed.
方法
clone()
clone(
result?:EllipsoidGraphics):EllipsoidGraphics
Duplicates this instance.
参数
result?
EllipsoidGraphics
The object onto which to store the result.
返回
EllipsoidGraphics
The modified result parameter or a new instance if one was not provided.
merge()
merge(
source:EllipsoidGraphics):void
Assigns each unassigned property on this object to the value of the same property on the provided source object.
参数
source
EllipsoidGraphics
The object to be merged into this object.
返回
void
构造函数
构造函数
new EllipsoidGraphics(
options?:ConstructorOptions):EllipsoidGraphics
参数
options?
返回
EllipsoidGraphics
