Click or drag to resize

SensorProjectionOptionsSpaceProjectionDistance Property

Gets or sets the distance to which to project the portions of the sensor that do not intersect the ellipsoid. If SpaceProjectionType is ProjectToRadius, this is the radial limit of the sensor. If it is ProjectToPlane, it is the distance from the sensor origin to the closest point on the plane. The actual projection distance depends on the value of this property and the value of the sensor's Radius property. This property does NOT affect the portion of the sensor that intersects with the central body, even if its value is less than the distance to the central body. See the Remarks section for details.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double SpaceProjectionDistance { get; set; }

Property Value

Type: Double
Remarks
SpaceProjectionDistanceSensor RadiusEffect
<= 0.0Positive InfinitySensor is projected to a distance twice the distance from the sensor origin to the ellipsoid center.
<= 0.0Any Finite NumberSensor is projected to the Radius specified by the sensor.
> 0.0Any valueSensor is projected to the specified SpaceProjectionDistance.
See Also