weasel API - v0.8.0
    Preparing search index...

    Interface SliceDep

    Consumer-supplied commit for the Slice action. commit receives the finite slice segment (world coords); the consumer scans the scene, splits crossed paths via splitPathByLine, and applies the result as one undoable batch.

    interface SliceDep {
        commit(a: Point2, b: Point2): void;
    }
    Index

    Methods

    Methods