PointBatchPrimitive Properties |
The PointBatchPrimitive type exposes the following members.
Name | Description | |
---|---|---|
AutomaticallyComputeBoundingSphere |
Gets or sets if the primitive's BoundingSphere is automatically computed.
(Inherited from Primitive.) | |
BoundingSphere |
Gets or sets the bounding sphere that encompasses the primitive.
The center is defined in the primitive's ReferenceFrame.
(Inherited from Primitive.) | |
CentralBodyClipped |
Gets or sets whether individual points will be clipped by the central body.
| |
Color |
Gets or sets the color that affects every point in the batch.
(Overrides PrimitiveColor.) | |
Display |
Gets or sets if the primitive should be
rendered.
Both this and DisplayCondition must evaluate to true for
the primitive to be rendered.
(Inherited from Primitive.) | |
DisplayCondition |
Gets or sets the display condition that determines if the primitive should be
rendered.
Both this and Display must evaluate to true for
the primitive to be rendered.
(Inherited from Primitive.) | |
DisplayOutline |
Gets or sets whether an outline is rendered around each point in the batch.
| |
DistanceDisplayConditionPerPoint |
Gets or sets a
DistanceDisplayCondition
that is evaluated per point in the point batch during rendering. This is different than
DisplayCondition,
which is evaluated once for the entire point batch.
When DistanceDisplayConditionPerPoint is null, no per point display condition is evaluated.
| |
MaximumPixelSizeSupported |
Gets the maximum pixel size supported by the video card.
| |
MinimumPixelSizeSupported |
Gets the minimum pixel size supported by the video card.
| |
OutlineColor |
Gets or sets the outline's color.
| |
OutlineTranslucency |
Gets or sets the translucency of the outline. Translucency is between
0 and 1, where 0 is opaque and 1 is transparent.
| |
OutlineWidth |
Gets or sets the size, in pixels, of the outline around each point in the batch.
| |
PerItemPickingEnabled |
Gets or sets whether individual point indices will be included in the PickResults returned
from the Scene's Pick method. Each point
index that is picked will be returned as a BatchPrimitiveIndex.
| |
PixelSize |
Gets or sets the size, in pixels, of each point in the point batch.
| |
ReferenceFrame |
Gets or sets the reference frame this primitive is defined and rendered in.
(Inherited from Primitive.) | |
SetHint |
Gets the primitive's SetHint.
See the Set Hint topic for more information on
selecting an appropriate value to construct the primitive with.
| |
Tag |
Gets or sets custom data associated with this primitive.
(Inherited from Primitive.) | |
Translucency |
Gets or sets the translucency that affects every point in the batch.
Translucency is between 0 and 1,
where 0 is opaque and 1 is transparent.
(Overrides PrimitiveTranslucency.) |