diff --git a/src/geometry/whitebox-topology.ts b/src/geometry/whitebox-topology.ts index b6c85f28..6dceac7c 100644 --- a/src/geometry/whitebox-topology.ts +++ b/src/geometry/whitebox-topology.ts @@ -11,17 +11,31 @@ import { WEDGE_FACE_LABELS, WEDGE_VERTEX_IDS, WEDGE_VERTEX_LABELS, + getConeEdgeIds, + getConeFaceIds, + getConeVertexIds, getRadialPrismEdgeIds, getRadialPrismFaceIds, getRadialPrismVertexIds, + getTorusEdgeIds, + getTorusFaceIds, + getTorusVertexIds, type Brush, type BoxEdgeId, type BoxFaceId, type BoxVertexId, + type ConeBrush, + type ConeEdgeId, + type ConeFaceId, + type ConeVertexId, type RadialPrismBrush, type RadialPrismEdgeId, type RadialPrismFaceId, type RadialPrismVertexId, + type TorusBrush, + type TorusEdgeId, + type TorusFaceId, + type TorusVertexId, type WhiteboxEdgeId, type WhiteboxFaceId, type WhiteboxVertexId,