Skip to main content

KTopoType

kds-plugin-document / Exports / KTopoType

Enumeration: KTopoType

The KTopoType class represents topology entity types.

Table of contents

Enumeration Members

Enumeration Members

Edge

Edge = "edge"

KEdge Type.

Defined in

api.d.ts:78


Face

Face = "face"

KFace Type.

Defined in

api.d.ts:82


HalfEdge

HalfEdge = "halfEdge"

KHalfEdge Type.

Defined in

api.d.ts:86


Loop

Loop = "loop"

KLoop Type.

Defined in

api.d.ts:90


Shell

Shell = "shell"

KShell Type.

Defined in

api.d.ts:94


Vertex

Vertex = "vertex"

KVertex Type.

Defined in

api.d.ts:98


Wire

Wire = "wire"

KWire Type.

Defined in

api.d.ts:102