Click or drag to resize

DistanceToPrimitiveDisplayCondition Constructor

Overload List
  NameDescription
Public methodDistanceToPrimitiveDisplayCondition
Initializes a default distance to primitive display condition. With this constructor, an object is always rendered regardless of the camera's distance to the Primitive.
Public methodDistanceToPrimitiveDisplayCondition(Primitive, Double, Double)
Initializes a distance to primitive display condition with the inclusive distance interval [minimumDistance, maximumDistance]. When this display condition is assigned to an object, such as a screen overlay, the object is only rendered when the distance, in meters, from the camera to the Primitive, is within the interval.
Top
See Also