MLightCAD
Preparing search index...
@mlightcad/cad-simple-viewer
AcEdGripHandle
Class AcEdGripHandle
Interactive DOM grip square rendered in container-local screen coordinates.
Index
Constructors
constructor
Accessors
element
state
Methods
apply
Appearance
destroy
set
Position
set
State
Constructors
constructor
new
AcEdGripHandle
(
_host
:
HTMLElement
,
appearance
:
AcEdGripAppearance
,
)
:
AcEdGripHandle
Parameters
_host
:
HTMLElement
appearance
:
AcEdGripAppearance
Returns
AcEdGripHandle
Accessors
element
get
element
()
:
HTMLElement
Returns
HTMLElement
state
get
state
()
:
AcEdGripHandleState
Returns
AcEdGripHandleState
Methods
apply
Appearance
applyAppearance
(
appearance
:
AcEdGripAppearance
)
:
void
Parameters
appearance
:
AcEdGripAppearance
Returns
void
destroy
destroy
()
:
void
Returns
void
set
Position
setPosition
(
pos
:
AcGeVector2dLike
)
:
void
Parameters
pos
:
AcGeVector2dLike
Returns
void
set
State
setState
(
state
:
AcEdGripHandleState
)
:
void
Parameters
state
:
AcEdGripHandleState
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
element
state
Methods
apply
Appearance
destroy
set
Position
set
State
MLightCAD
Loading...
Interactive DOM grip square rendered in container-local screen coordinates.