Click or drag to resize

ScalarSquintAngle.ViewingObject Property

Gets or sets the object that views the TargetObject. The computed squint angle will be relative to this object.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IServiceProvider ViewingObject { get; set; }

Property Value

Type: IServiceProvider
Remarks
This object must implement ILocationPointService.
See Also