brepjs API Reference
    Preparing search index...

    Interface BatchBisectResult<T>

    interface BatchBisectResult<T extends Shape3D = Shape3D> {
        shape: T;
        telemetry: BatchBisectTelemetry;
    }

    Type Parameters

    Index

    Properties

    Properties

    shape: T