Appearance
Documentation / @geoverse/editor-core / MidpointHandleRef
Interface: MidpointHandleRef
Defined in: packages/editor-core/src/geometry/vertices.ts:12
中点(线段)句柄定位——存入句柄要素 properties,供适配器"拖中点插点"命中。
Properties
featureId
ts
featureId: string;Defined in: packages/editor-core/src/geometry/vertices.ts:13
ringIndex
ts
ringIndex: number;Defined in: packages/editor-core/src/geometry/vertices.ts:14
segmentIndex
ts
segmentIndex: number;Defined in: packages/editor-core/src/geometry/vertices.ts:16
句柄所在线段的起点序号;在该段后插入新顶点(对齐 AddVertexCommand 的 segmentIndex)。
