Class: VertexMoveEventInfo

VertexMoveEventInfo

new VertexMoveEventInfo(options)

sketchEditor/base/event/VertexMoveEventInfo.js, line 3

草图编辑顶点平移事件的消息体

Name Type Description
options Object

构造参数

Name Type Default Description
vertices Array.<{point: Point, index: Number}> [] 可选

顶点数组。point表示顶点坐标点,index表示顶点序号

dx Point 0 可选

x轴方向平移距离

dy Point 0 可选

y轴方向平移距离