Skip to main content

KPtInLoopType

kds-plugin-document / Exports / KPtInLoopType

Enumeration: KPtInLoopType

点与环的位置关系类型。

Point and loop position relation type.

Table of contents

Enumeration Members

Enumeration Members

Inside

Inside = 1

点在环中。

The point is inside the loop.

Defined in

api.d.ts:6980


OnEdge

OnEdge = -1

点在环的边上。

The point is on the edge of loop

Defined in

api.d.ts:6992


OnVertex

OnVertex = -2

点在环的端点上。

The point is on the vertex of loop

Defined in

api.d.ts:6998


Outside

Outside = 0

点在环外。

The point is outside the loop.

Defined in

api.d.ts:6986