Aspose.3D for .NET logo

We are honored to announce the October release of Aspose.3D API. This release includes the long-awaited feature of Support for .NET Standard 2.0 (.NET Core) Framework. Several other performance-related enhancements have also been incorporated in this release. You can use the following links to download Aspose.3D for .NET and Java APIs.

Control File Compression

Aspose.3D API provides you even better control over your applications. We have added EnableCompression property to FBXSaveOptions class, which allows you to decide if you want to enable or disable file compression while saving FBX file. You can use this property as follows:

C#

Scene scene = new Scene("test.fbx");
scene.Save("test.fbx", new FBXSaveOptions(FileFormat.FBX7500ASCII) {EnableCompression = false});

Few other exceptions pertaining to huge FBX file have also been rectified. Please visit Release Notes (Java) or Release Notes (.NET) for further information about this release. In case you have any question about Aspose.3D API, you can post your inquiry in Aspose.3D forums. We will be more than happy to assist you there.

Aspose.3D for .NET and Java Resources

The following resources will help you work with Aspose.3D for .NET and Java APIs:

  • Home page for Aspose.3D API.
  • Aspose.3D API wiki docs- Help documentation and API reference documents.
  • Aspose.3D product family forum- Post your technical questions, queries and any other problem you faced while running Aspose.3D APIs.
  • Enable email subscription- Do not limit yourself, stay up-to-date with the latest news about the Aspose.3D APIs and new features, fixes, plus other API related topics by subscribing to Aspose.3D blog.
  • Aspose.3D for .NET Examples– We have published our code examples on the social coding website GitHub.com. Anyone can explore the code examples for learning purposes.
  • Aspose.3D for Java Examples – We have published our code examples on the social coding website GitHub.com. Anyone could explore the code examples for learning purposes.
  • Release Notes (.NET and Java) – For details on API fixes, please check Release Notes having a complete list of the new features.