Result

interface Result(source)

The result of a successful SnapService.snap.

Implementations may return additional properties beyond those listed here.

See also

Properties

Link copied to clipboard
abstract val hitPoint: Cartesian3?

The point where the cursor hit the geometry: the nearest edge point when within the snap aperture, otherwise the surface point under the cursor.

Link copied to clipboard
abstract val snapPoint: Cartesian3?

The snapped point. This is the point to consume.