AxisTriad

class AxisTriad()

Methods

disable

AxisTriad.disable()
Return type:Promise <void>

enable

AxisTriad.enable()
Return type:Promise <void>

getAnchor

AxisTriad.getAnchor()
Return type:OverlayAnchor

getEnabled

AxisTriad.getEnabled()
Return type:boolean

getOverlayId

AxisTriad.getOverlayId()
Return type:OverlayIndex

getSelectionAxis

AxisTriad.getSelectionAxis(selectionItem)
Arguments:
Return type:

Axis | null

insideOverlay

AxisTriad.insideOverlay(mousePos)
Arguments:
Return type:

boolean

onClickSelection

AxisTriad.onClickSelection(selection)
Arguments:
Return type:

Promise <void>

setAnchor

AxisTriad.setAnchor(anchor)
Arguments:
Return type:

Promise <void>

setAxisColor

AxisTriad.setAxisColor(axis, color)
Arguments:
Return type:

Promise <void>