KTopoWire
kds-plugin-document / Exports / KTopoWire
Interface: KTopoWire
The KTopoWire class represents a BRep wire.
Hierarchy
↳
KTopoWire↳↳
KWire
Table of contents
Methods
Methods
getEdges
▸ getEdges(): KTopoEdge[]
Retrieve all the involved edges of this wire.
Returns
The array of edges.
Defined in
api.d.ts:309
getHalfEdges
▸ getHalfEdges(): KTopoHalfEdge[]
Retrieve all the involved half edges of this wire.
Returns
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
The shell if successful, otherwise null.
Defined in
api.d.ts:298
getType
▸ getType(): KTopoType
Get the entity's type.
Returns
The entity's type.
Inherited from
Defined in
api.d.ts:112
getVertices
▸ getVertices(): KTopoVertex[]
Retrieve all the involved vertices of this wire.
Returns
The array of vertices.
Defined in
api.d.ts:314