KTopoLoop
kds-plugin-document / Exports / KTopoLoop
Interface: KTopoLoop
The KTopoLoop class represents a BRep loop.
Hierarchy
↳
KTopoLoop
↳↳
KLoop
Table of contents
Methods
Methods
getFace
▸ getFace(): KTopoFace
Get the face that the loop belongs to.
Returns
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
The array of half edges.
Defined in
api.d.ts:227
getType
▸ getType(): KTopoType
Get the entity's type.
Returns
The entity's type.
Inherited from
Defined in
api.d.ts:102