Click or drag to resize
AB4D logo

LineSelectorDataLastClosestPositionOnLine Property

Gets as Point3D that represents the position on the line that is closest to the mouse position. This value is calculated in GetClosestDistance method.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3D LastClosestPositionOnLine { get; }

Property Value

Point3D
See Also