brepjs API Reference
    Preparing search index...

    Type Alias Shapeable<T>

    Shapeable: T | WrappedMarker<T>

    Accept either a raw branded shape or a shape() wrapper.

    All functional API functions use this as their shape parameter type, enabling seamless interop between styles.

    Type Parameters