PointCursor
-
class
PointCursor
()
Constructors
Properties
Methods
Constructors
-
PointCursor.
constructor
(viewer, view) Arguments: - viewer (
IWebViewer()
) – None - view (
IView()
) – None
Return type: - viewer (
Properties
-
PointCursor.
_cursorMarkup
Type: CursorMarkup()
| null
-
PointCursor.
snappingConfig
Type: SnappingConfig()
Methods
activateCursorSprite
-
PointCursor.
activateCursorSprite
(enable) Arguments: - enable (
boolean()
) – None
Return type: void
- enable (
getSelectionCursorPoints
-
PointCursor.
getSelectionCursorPoints
(mousePosition, useSnapping, previousPickPoint) Arguments: - mousePosition (
Point2()
) – None - useSnapping (
boolean()
) – None - previousPickPoint (
Point3 | null()
) – None
Return type: Promise <
SelectionPoints()
| null>- mousePosition (