Appearance
KBE3D / KBCore / Cesium / EllipseGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the EllipseGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the ellipse.
semiMajorAxis?
optionalsemiMajorAxis:number|Property
The numeric Property specifying the semi-major axis.
semiMinorAxis?
optionalsemiMinorAxis:number|Property
The numeric Property specifying the semi-minor axis.
height?
optionalheight:number|Property
A numeric Property specifying the altitude of the ellipse relative to the ellipsoid surface.
heightReference?
optionalheightReference:Property|HeightReference
A Property specifying what the height is relative to.
extrudedHeight?
optionalextrudedHeight:number|Property
A numeric Property specifying the altitude of the ellipse's extruded face relative to the ellipsoid surface.
extrudedHeightReference?
optionalextrudedHeightReference:Property|HeightReference
A Property specifying what the extrudedHeight is relative to.
rotation?
optionalrotation:number|Property
A numeric property specifying the rotation of the ellipse counter-clockwise from north.
stRotation?
optionalstRotation:number|Property
A numeric property specifying the rotation of the ellipse texture counter-clockwise from north.
granularity?
optionalgranularity:number|Property
A numeric Property specifying the angular distance between points on the ellipse.
fill?
optionalfill:boolean|Property
A boolean Property specifying whether the ellipse is filled with the provided material.
material?
optionalmaterial:Color|MaterialProperty
A Property specifying the material used to fill the ellipse.
outline?
optionaloutline:boolean|Property
A boolean Property specifying whether the ellipse is outlined.
outlineColor?
A Property specifying the Color of the outline.
outlineWidth?
optionaloutlineWidth:number|Property
A numeric Property specifying the width of the outline.
numberOfVerticalLines?
optionalnumberOfVerticalLines:number|Property
A numeric Property specifying the number of vertical lines to draw along the perimeter for the outline.
shadows?
optionalshadows:Property|ShadowMode
An enum Property specifying whether the ellipse casts or receives shadows from light sources.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this ellipse will be displayed.
classificationType?
optionalclassificationType:Property|ClassificationType
An enum Property specifying whether this ellipse will classify terrain, 3D Tiles, or both when on the ground.
zIndex?
optionalzIndex:number|ConstantProperty
A property specifying the zIndex of the Ellipse. Used for ordering ground geometry. Only has an effect if the ellipse is constant and neither height or exturdedHeight are specified.
