跳到主要内容

KCurveSurfaceIntersectRet.point property

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

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

Signature:

point?: KPoint3d;

Links: point?: KPoint3d;