Click or drag to resize

DistanceToPositionDisplayCondition Constructor

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