Click or drag to resize

EllipsoidGraphics Class

Defines the graphical properties of an ellipsoid. This will produce the ellipsoid property in CZML.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CesiumEllipsoidGraphics

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class EllipsoidGraphics

The EllipsoidGraphics type exposes the following members.

Constructors
  NameDescription
Public methodEllipsoidGraphics
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDistanceDisplayCondition
Gets or sets the distances from the camera at which this ellipsoid will be displayed. If not specified, the ellipsoid is displayed regardless of camera distance.
Public propertyFill
Gets or sets whether or not the ellipsoid is filled. If not specified, the default is .
Public propertyInnerRadii
Gets or sets the inner radii of the ellipsoid.
Public propertyMaterial
Gets or sets the material used to fill the surface of the ellipsoid. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyMaximumClock
Gets or sets maximum clock angle of the ellipsoid. If not specified, the default is 2π.
Public propertyMaximumCone
Gets or sets maximum cone angle of the ellipsoid. If not specified, the default is π.
Public propertyMinimumClock
Gets or sets minimum clock angle of the ellipsoid. If not specified, the default is 0.0.
Public propertyMinimumCone
Gets or sets minimum cone angle of the ellipsoid. If not specified, the default is 0.0.
Public propertyOutline
Gets or sets whether or not the ellipsoid is outlined. If not specified, the default is .
Public propertyOutlineColor
Gets or sets the color of the ellipsoid's outline. If not specified, the default is Black
Public propertyOutlineWidth
Gets or sets the width of the ellipsoid's outline. If not specified, the default is 1.0.
Public propertyRadii
Gets or sets the radii of the ellipsoid. This property must be specified, or the ellipsoid will not be displayed.
Public propertyShadows
Gets or sets whether or not the ellipsoid casts or receives shadows. If not specified, the default is Disabled.
Public propertyShow
Gets or sets whether or not the ellipsoid is shown. If not specified, the default is .
Public propertySlicePartitions
Gets or sets the number of slices used to partition the ellipsoid. If not specified, the default is 64.
Public propertyStackPartitions
Gets or sets the number of stacks used to partition the ellipsoid. If not specified, the default is 64.
Public propertySubdivisions
Gets or sets the number of points per outline; thus controlling the granularity. If not specified, the default is 128.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also