Skip to main content

KCurvesIntersectRet

kds-plugin-document / Exports / KCurvesIntersectRet

Interface: KCurvesIntersectRet

曲线位置关系计算结果。

Curves position relation check result.

Table of contents

Properties

Properties

isOverlap

Optional isOverlap: boolean

是否重叠。

The overlap status.

Defined in

api.d.ts:7115


point

point: KPoint3d

交点。

The intersection point.

Defined in

api.d.ts:7109