跳到主要内容

KLoop3d 接口

export interface KLoop3d 

KLoop3d代表三维环。

The KLoop3d represents a 3d loop.

属性

loop

loop: KBoundedCurve3d[];

三维环。 注意:环的每一条轮廓线必须是首尾相连。

The 3d loop. NOTE: The caller needs to make sure the edges of the loop are connected tail to head.

类型: KBoundedCurve3d[]