brepjs API Reference
    Preparing search index...

    Type Alias TopoEntity

    TopoEntity:
        | "vertex"
        | "edge"
        | "wire"
        | "face"
        | "shell"
        | "solid"
        | "solidCompound"
        | "compound"
        | "shape"

    String literal identifying a topological entity type for TopExp_Explorer iteration.