Alias API Updates

In Alias 2026 we've made several updates to the Alias API, including new classes and new methods.

New classes

Added the following new classes:

Updated classes

AlEditor class

Added the following methods to the AlEditor class:

For more information, see AlEditor.

AlDagNode

Added the following new methods:

For more information, see AlEditor.

AlObject

Added the following new methods:

For more information, see AlObject.

AlSurface class

Updated the AlSurface::trim(); method.

For more information, see AlSurface.

AlCurveOnSurface

Added new create( const AlCurve); method, which creates a Curve On Surface from an AlCurve();.

For more information, see AlCurveOnSurface.

AlFunctionHandle

Added AlFunctionHandle::setToolTitle(); method, which sets the string which will appear in the GUI as the tool title.

For more information, see AlFunctionHandle.

AlUniverse

The AlUniverse::retrieveOptions(); method has been updated to fix a regression with memory allocation. Any plugins using this method will need to be recompiled.