In Alias 2026.1 we've made several updates to the Alias API, including new classes and new methods.
We've added the following new classes:
Use this class for creating data model mesh nodes by tessellating surface and shell nodes.
See AlToolMeshFromNurbs.
Use this class for merging meshes from input data model mesh nodes into one mesh node target.
See AlToolMeshMerge.
Use this class for stitching data model surface nodes and creating shells.
See AlToolStitch.
This is a base class for data model tools. It is intended for supporting a uniform interface to data model tools.
See AlModelTool.
These are template classes for creating linked lists of objects of any type.
Added the following methods to the AlEnvironment class:
For more information, see AlEnvironment.
Added the following methods to the AlUniverse class:
For more information, see AlUniverse.