brepjs API Reference
    Preparing search index...

    Type Alias ClosedWire<D>

    ClosedWire: Wire<D> & { "[___closed]": true }

    A wire proven to form a closed loop. The only way to obtain a ClosedWire is through smart constructors (closedWire(), rectangleWire(), etc.) or type guards (isClosedWire()). Assignable to Wire<D> — a subtype, not a separate type.

    Type Parameters