brepjs API Reference
    Preparing search index...

    Interface WorkerOperation

    A single operation for WorkerPool.executeBatch.

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

    Properties

    operation: string

    Name of the registered operation to invoke.

    params: Record<string, unknown>

    Parameters forwarded to the operation handler.

    shapesBrep: string[]

    BREP-serialized input shapes.