Click or drag to resize

PointBatchPrimitiveDistanceDisplayConditionPerPoint Property

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.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DistanceDisplayCondition DistanceDisplayConditionPerPoint { get; set; }

Property Value

Type: DistanceDisplayCondition
Remarks

During rendering, first the primitive's DisplayCondition is evaluated. If it succeeds, this distance display condition is evaluated for each point in the batch before a point is rendered.

See Also