Function: topologyKind()
function topologyKind(shape):
| "vertex"
| "edge"
| "wire"
| "face"
| "shell"
| "solid"
| "solidCompound"
| "compound"
| undefined;
Defined in: packages/replicad/src/shapeFunctions/topology.ts:136
Parameters
shape
TopoDS_Shape
Returns
| "vertex"
| "edge"
| "wire"
| "face"
| "shell"
| "solid"
| "solidCompound"
| "compound"
| undefined