brepjs API Reference
    Preparing search index...

    Interface Deletable

    Any object that can be cleaned up by calling delete() (OCCT WASM objects).

    interface Deletable {
        delete: () => void;
    }
    Index

    Properties

    Properties

    delete: () => void