Browse our Products
Aspose.3D for Java 18.12 - December 2018
This page contains release notes for Aspose.3D for Java 18.12.
Improvements and Changes
Summary | Category |
---|---|
Add support for standard 3d printing format AMF | New Feature |
Archive-based file format detection | Enhancement |
Public API and Backwards Incompatible Changes
Please view the list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.3D for Java API. If you have concerns about any change listed, please raise it on the Aspose.3D support forum.
API changes:
New member added to the class com.aspose.threed.FileFormat
:
/**
* Additive manufacturing file format
*/
public static final FileFormat AMF;
New member added to the class com.aspose.threed.FileFormatType
:
/**
* Additive manufacturing file format
*/
public static final FileFormatType AMF;