brepjs API Reference
    Preparing search index...

    Interface BatchOperation

    A single operation inside a BatchRequest.

    interface BatchOperation {
        operation: string;
        params: Readonly<Record<string, unknown>>;
        shapesBrep: readonly string[];
    }
    Index

    Properties

    operation: string

    Name of the registered operation to invoke.

    params: Readonly<Record<string, unknown>>

    Parameters forwarded to the operation handler.

    shapesBrep: readonly string[]

    BREP-serialized input shapes.