Search Results for

    Release Notes for RobotStudio SDK 2026.3

    General

    The release name is RobotStudio SDK 2026.3 and the build number is 26.3.11794.0. The build date is August 26, 2026.

    New Functionality

    • Change texture of temporary graphics

    • Support 2D-only rotation in GraphicControl

    Change texture of temporary graphics

    Added a setter to the Texture property of the TemporaryGraphic class to make it possible to change the texture without recreating the TemporaryGraphic instance.

    Support 2D-only rotation in GraphicControl

    The new Camera property LockRotate2D can be set to true to restrict rotation to the XY plane, i.e., around the Z axis.  This is intended for use with a top-mounted camera looking down the Z axis and the orthographic projection is recommended.

    API changes from RobotStudio SDK 2026.2

    Added Types

    No added types

    Removed Types

    No remoed types

    Added Members

    ABB.Robotics.RobotStudio.Environment

    Type Member Description
    MainWindow IsDisposed Gets a value indicating whether the underlying main form has been disposed.
    OptionsPageCollection Insert(int, Type) Inserts a page type to the collection at the specified index. The page object is created when the collection is enumerated.

    ABB.Robotics.RobotStudio.Stations

    Type Member Description
    Camera LockRotate2D Gets or sets a Boolean value indicating whether camera rotation should be restricted to the XY plane.
    IOSignal TrySetValue(object, double?) Try to set the specified value on the signal. A value validation is performed. The value is set only if it is valid.
    IOSignalChangedEventArgs TimeStamp Gets an optional time stamp for the signal change.
    MechanismType MobilePlatform The mechanism is a mobile platform.

    ABB.Robotics.RobotStudio.Stations.Forms

    Type Member Description
    FreehandManipulationType MoveXYZ Move an object in x, y and z.
    GraphicControl ProjectPointsToScreen(Matrix4, IEnumerable<Vector3>, bool) Projects a set of object-local points to screen space.

    Removed Members

    No added members

    In this article
    Back to top Copyright © 2026 ABB Robotics