Click or drag to resize

CentralBodySurfaceCurveGraphics Class

Defines the graphical properties of a CentralBodySurfaceCurve. This will produce the polyline property in CZML.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CesiumCentralBodySurfaceCurveGraphics

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 CentralBodySurfaceCurveGraphics

The CentralBodySurfaceCurveGraphics type exposes the following members.

Constructors
  NameDescription
Public methodCentralBodySurfaceCurveGraphics
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyArcType
Gets or sets the type of arc that should connect the positions of the line. If not specified, the default value will be determined by the type of EllipsoidSurfaceCurve.
Public propertyClampToGround
Gets or sets whether or not the curve should be clamped to the ground. If not specified, the default is .
Public propertyClassificationType
Gets or sets whether a classification affects terrain, 3D Tiles or both. If not specified, the default value is both.
Public propertyDepthFailMaterial
Gets or sets the material to use to draw the curve when it is below the terrain.
Public propertyDistanceDisplayCondition
Gets or sets the distances from the camera at which this curve will be displayed. If not specified, the curve is displayed regardless of camera distance.
Public propertyGranularity
Gets or sets the granularity, in radians, used to compute the surface curve. If not specified, the default is RadiansPerDegree.
Public propertyMaterial
Gets or sets the material used to color the curve. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyShadows
Gets or sets whether or not the curve casts or receives shadows. If not specified, the default is Disabled.
Public propertyShow
Gets or sets whether or not the curve is shown. If not specified, the default is .
Public propertyWidth
Gets or sets width of the curve. If not specified, the default is 1.0.
Public propertyZIndex
Gets or sets the z-index of the curve, used for ordering ground geometry. Only has an effect if the polyline is constant, and ClampToGround is true. If not specified, the default value is 0.
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