Skip to main content

KTopoLoop

kds-plugin-document / Exports / KTopoLoop

Interface: KTopoLoop

The KTopoLoop class represents a BRep loop.

Hierarchy

Table of contents

Methods

Methods

getFace

getFace(): KTopoFace

Get the face that the loop belongs to.

Returns

KTopoFace

The face if successful, otherwise null.

Defined in

api.d.ts:222


getHalfEdges

getHalfEdges(): KTopoHalfEdge[]

Get all the involved half edges of this loop.

Returns

KTopoHalfEdge[]

The array of half edges.

Defined in

api.d.ts:227


getType

getType(): KTopoType

Get the entity's type.

Returns

KTopoType

The entity's type.

Inherited from

KTopoEntity.getType

Defined in

api.d.ts:102