KLoop
kds-plugin-document / Exports / KLoop
Interface: KLoop
环
环不是一个可以独立存在的酷大师图形实体。它对应于一个Brep数据结构的环(Loop)。它从属于酷大师图形实体中的面
The KLoop class represents the BRep loop.
Hierarchy
Table of contents
Methods
Methods
getFace
▸ getFace(): KFace
获取所从属的面
Get the face that the loop belongs to.
Returns
The face if successful, otherwise null.
Overrides
Defined in
api.d.ts:3505
getHalfEdges
▸ getHalfEdges(): KHalfEdge
[]
获取所包含的半边
Get all the involved half edges of this loop.
Returns
The array of half edges.
Overrides
Defined in
api.d.ts:3514
getType
▸ getType(): KTopoType
获取图形实体类型
Get the entity's type.
Returns
The entity's type.
Overrides
Defined in
api.d.ts:3496