Browse our Products

Aspose.3D for Node.js via Java 25.7 Release Notes

Improvements and Changes

KeySummaryCategory
THREEDNET-1614Improve IFC compatibilitiesTask
THREEDNET-1698Improve rendering qualityTask
THREEDNET-1699Add IFC grouping supportTask
THREEDNET-1693Add material support for IFC4Improvement
THREEDNET-1697EXT_structural_metadata don’t support external schemaImprovement
THREEDNET-1690‘Cannot open this file’ for gLTF formatBug fixing
THREEDNET-1692Failed to open DRC fileBug fixing
THREEDNET-1694Object transformation is incorrect in IFC4 filesBug fixing

API Changes

Added class Aspose.ThreeD.Group

This class defines logical relationship groupings, distinct from the Node class which represents hierarchical relationships for rendering. Currently, this functionality is only available when working with the IFC format.

Added members to class Aspose.ThreeD.Entities.NurbsDirection:

        public int getDegree()
        public int getDegree()
	public void setDegree(int value)