brepjs API Reference
    Preparing search index...

    Interface ComposedTransform

    A kernel transform with a cleanup function. Call cleanup() when done.

    interface ComposedTransform {
        cleanup: () => void;
        trsf: any;
    }
    Index

    Properties

    Properties

    cleanup: () => void
    trsf: any