Skip to main content

KCurveInLoopType

kds-plugin-document / Exports / KCurveInLoopType

Enumeration: KCurveInLoopType

曲线与环的位置关系类型。

Curve and loop position relation type.

Table of contents

Enumeration Members

Enumeration Members

FullyIn

FullyIn = 2

曲线完全在环内,曲线的端点不在环的边界上。

The curve is fully in the loop, no vertex is on the edge

Defined in

api.d.ts:7044


NotIn

NotIn = 0

曲线不在环内(曲线完全在环外,曲线与环相交或者部分在环外)。

The curve is not in the loop(include fully out of loop, cross loop or partially out of loop)

Defined in

api.d.ts:7032


OnEdge

OnEdge = 1

曲线在环边界上。

The curve is on the edge of loop

Defined in

api.d.ts:7038


PartiallyIn

PartiallyIn = 3

曲线部分在环内,即存在部分曲线端点在环边界上。

The curve is partially in the loop, exist vertex on the edge.

Defined in

api.d.ts:7050