Skip to main content

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

KFace

The face if successful, otherwise null.

Overrides

KTopoLoop.getFace

Defined in

api.d.ts:3505


getHalfEdges

getHalfEdges(): KHalfEdge[]

获取所包含的半边

Get all the involved half edges of this loop.

Returns

KHalfEdge[]

The array of half edges.

Overrides

KTopoLoop.getHalfEdges

Defined in

api.d.ts:3514


getType

getType(): KTopoType

获取图形实体类型

Get the entity's type.

Returns

KTopoType

The entity's type.

Overrides

KTopoLoop.getType

Defined in

api.d.ts:3496