nape-js API
    Preparing search index...

    Interface FractureResult

    Result of a fracture operation.

    interface FractureResult {
        fragments: Body[];
        originalBody: Body;
    }
    Index

    Properties

    fragments: Body[]

    The generated fragment bodies.

    originalBody: Body

    The original body that was fractured (removed from space if addToSpace is true).