ExploratoryLocationLineOfSight

constructor(observerLocation: Point, targetLocation: Point)

Creates an ExploratoryLineOfSight analysis object that defines an observer and a target using Point objects. The line of sight is rendered as a line between the observer and target locations with distinct colors representing visible and obstructed segments.

Since

300.0.0

Parameters

observerLocation

A point that defines the location of the observer.

targetLocation

A point that defines the location of the target.