Skip to main content

KTopoWire

kds-plugin-document / Exports / KTopoWire

Interface: KTopoWire

The KTopoWire class represents a BRep wire.

Hierarchy

Table of contents

Methods

Methods

getEdges

getEdges(): KTopoEdge[]

Retrieve all the involved edges of this wire.

Returns

KTopoEdge[]

The array of edges.

Defined in

api.d.ts:309


getHalfEdges

getHalfEdges(): KTopoHalfEdge[]

Retrieve all the involved half edges of this wire.

Returns

KTopoHalfEdge[]

The array of half edges.

Defined in

api.d.ts:304


getKey

getKey(): string

Get a unique key assigned to a wire.

Returns

string

The unique key.

Defined in

api.d.ts:293


getShell

getShell(): KTopoShell

Retrieve the shell that the wire belongs to.

Returns

KTopoShell

The shell if successful, otherwise null.

Defined in

api.d.ts:298


getType

getType(): KTopoType

Get the entity's type.

Returns

KTopoType

The entity's type.

Inherited from

KTopoEntity.getType

Defined in

api.d.ts:112


getVertices

getVertices(): KTopoVertex[]

Retrieve all the involved vertices of this wire.

Returns

KTopoVertex[]

The array of vertices.

Defined in

api.d.ts:314