Click or drag to resize

EllipsoidGraphics Properties

The EllipsoidGraphics type exposes the following members.

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
See Also