BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface Slope

    interface Slope {
        rise: number;
        run: number;
    }
    Index

    Properties

    Properties

    rise: number
    run: number