Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface Mounting

    Interface describing mounting which has a base angle and a tilt angle.

    interface Mounting {
        baseAngle: Angle;
        tiltAngle: Angle;
    }
    Index

    Properties

    Properties

    baseAngle: Angle
    tiltAngle: Angle