Click or drag to resize

DistanceToPositionDisplayConditionPosition Property

Gets or sets the position used to compute the distance from the camera.

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

Property Value

Type: Cartesian
Remarks
position is interpreted to be in the same reference frame as the ReferenceFrame property. This display condition can be assigned to multiple objects.
See Also