Skip to main content

KCurveSurfaceIntersectRet

kds-plugin-document / Exports / KCurveSurfaceIntersectRet

Interface: KCurveSurfaceIntersectRet

曲线与面的位置关系计算结果。

Curve and surface position relation check result.

Table of contents

Properties

Properties

curve

Optional curve: KCurve3d

如果KCurveSurfaceIntersectType的类型是曲线,那么curve属性就是交线,否则该属性未定义。

If KCurveSurfaceIntersectType is equal to KCurveSurfaceIntersectType.Curve, the curve is the intersection curve, otherwise undefined.

Defined in

api.d.ts:7096


intersectType

intersectType: KCurveSurfaceIntersectType

曲线与面的关系类型。

The curve and surface intersection type.

Defined in

api.d.ts:7082


point

Optional point: KPoint3d

如果KCurveSurfaceIntersectType的类型是点,那么point属性就是交点,否则该属性未定义。

If KCurveSurfaceIntersectType is equal to KCurveSurfaceIntersectType.Point, the point is the intersection point, otherwise undefined.

Defined in

api.d.ts:7089