Browse our Products
Aspose.3D for Java 24.9 Release Notes
This page contains release notes information for Aspose.3D for Java 24.9.
Improvements and Changes
Key | Summary | Category |
---|---|---|
THREEDNET-1576 | Expose internal axis system utilities to user. | Task |
THREEDNET-1589 | Allow export material and textures to 3MF | Task |
THREEDNET-1591 | Add texture import support for 3MF | Task |
THREEDNET-1292 | Support for 3MF format export | New Feature |
THREEDNET-1592 | IFC Import support | New Feature |
THREEDNET-1588 | Expose property’s internal flags and add extra data support for property | Improvement |
THREEDNET-1590 | Allow export thumbnail for 3MF file | Improvement |
THREEDNET-1569 | MetadataDecoder NotImplemented #1 | Bug fixing |
API changes
Added class com.aspose.threed.Microsoft3MFFormat
Added class com.aspose.threed.Microsoft3MFSaveOptions
These classes allows you to configure 3MF related features, like marking scene node to be buildable.
Removed class com.aspose.threed.DummyFileSystem
Removed class com.aspose.threed.LocalFileSystem
Removed class com.aspose.threed.MemoryFileSystem
Removed class com.aspose.threed.ZipArchiveFileSystem
Removed by schedule.
Removed members from class com.aspose.threed.AnimationChannel:
public void addKeyframeSequence(KeyframeSequence sequence)
public String getName()
public List<KeyframeSequence> getKeyframeSequences()
Removed by schedule.
Removed members from class com.aspose.threed.BindPoint:
public List<KeyframeSequence> GetKeyframeSequences(String channelName)
Removed by schedule.
Removed members from class com.aspose.threed.Transform:
public Aspose.ThreeD.Utilities.Vector3 getScale()
public void setScale(Aspose.ThreeD.Utilities.Vector3 value)
Removed by schedule.