KTopoShell
kds-plugin-document / Exports / KTopoShell
Interface: KTopoShell
The KTopoShell class represents a BRep shell.
Hierarchy
↳
KTopoShell
↳↳
KShell
Table of contents
Methods
Methods
getEdges
▸ getEdges(): KTopoEdge
[]
Retrieve all the involved Edges of this Shell.
Returns
The array of Edges.
Defined in
api.d.ts:243
getFaces
▸ getFaces(): KTopoFace
[]
Retrieve all the involved Faces of this Shell.
Returns
The array of Faces.
Defined in
api.d.ts:238
getType
▸ getType(): KTopoType
Get the entity's type.
Returns
The entity's type.
Inherited from
Defined in
api.d.ts:102