EllipsoidGraphics Properties |
The EllipsoidGraphics type exposes the following members.
Name | Description | |
---|---|---|
DistanceDisplayCondition |
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.
| |
Fill |
Gets or sets whether or not the ellipsoid is filled.
If not specified, the default is .
| |
InnerRadii |
Gets or sets the inner radii of the ellipsoid.
| |
Material |
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.
| |
MaximumClock |
Gets or sets maximum clock angle of the ellipsoid.
If not specified, the default is 2π.
| |
MaximumCone |
Gets or sets maximum cone angle of the ellipsoid.
If not specified, the default is π.
| |
MinimumClock |
Gets or sets minimum clock angle of the ellipsoid.
If not specified, the default is 0.0.
| |
MinimumCone |
Gets or sets minimum cone angle of the ellipsoid.
If not specified, the default is 0.0.
| |
Outline |
Gets or sets whether or not the ellipsoid is outlined.
If not specified, the default is .
| |
OutlineColor |
Gets or sets the color of the ellipsoid's outline.
If not specified, the default is Black | |
OutlineWidth |
Gets or sets the width of the ellipsoid's outline.
If not specified, the default is 1.0.
| |
Radii |
Gets or sets the radii of the ellipsoid. This property must be specified, or the ellipsoid will not be displayed.
| |
Shadows |
Gets or sets whether or not the ellipsoid casts or receives shadows.
If not specified, the default is Disabled.
| |
Show |
Gets or sets whether or not the ellipsoid is shown.
If not specified, the default is .
| |
SlicePartitions |
Gets or sets the number of slices used to partition the ellipsoid.
If not specified, the default is 64.
| |
StackPartitions |
Gets or sets the number of stacks used to partition the ellipsoid.
If not specified, the default is 64.
| |
Subdivisions |
Gets or sets the number of points per outline; thus controlling the granularity.
If not specified, the default is 128.
|