跳到主要内容

KCurvesIntersectRet interface

曲线位置关系计算结果。

Curves position relation check result.

Signature:

export interface KCurvesIntersectRet 

Properties

Property

Modifiers

Type

Description

isOverlap?

boolean

(Optional) 是否重叠。

The overlap status.

point

KPoint3d

交点。

The intersection point.