Click or drag to resize

ScalarSquintAngleViewingObject 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: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider ViewingObject { get; set; }

Property Value

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