CentralBodySurfaceCurveGraphics Properties |
The CentralBodySurfaceCurveGraphics type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArcType |
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.
|
![]() | ClampToGround |
Gets or sets whether or not the curve should be clamped to the ground.
If not specified, the default is false.
|
![]() | ClassificationType |
Gets or sets whether a classification affects terrain, 3D Tiles or both.
If not specified, the default value is both.
|
![]() | DepthFailMaterial |
Gets or sets the material to use to draw the curve when it is below the terrain.
|
![]() | DistanceDisplayCondition |
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.
|
![]() | Granularity |
Gets or sets the granularity, in radians, used to compute the surface curve.
If not specified, the default is RadiansPerDegree.
|
![]() | Material |
Gets or sets the material used to color the curve.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
|
![]() | Shadows |
Gets or sets whether or not the curve casts or receives shadows.
If not specified, the default is Disabled.
|
![]() | Show |
Gets or sets whether or not the curve is shown.
If not specified, the default is true.
|
![]() | Width |
Gets or sets width of the curve.
If not specified, the default is 1.0.
|
![]() | ZIndex |
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.
|