Where to Use Aspose.3D
Contents
[
Hide
]
Aspose.3D is designed to help developers create and manage 3D files programmatically. Aspose.3D can handle not only OBJ, STL, FBX, but also many other file formats like USDZ, GLTF, VRML, etc.
Aspose.3D provides most of the features to handle 3D files, but the exciting part is that Aspose.3D can repair, measure, convert, edit 3D files, which enables developers to process 3D files very quickly.
This article discusses the common scenarios for using Aspose.3D.
Possible Usage Scenarios
How Aspose.3D is used is up to the developer, but Aspose.3D can help in some common scenarios. The most common use of Aspose.3D is to deploy it in a web server or web service for server-side processing. Some possible usage scenarios of Aspose.3D are described below.
3D File Management
- Users will manually upload 3D files to the server.
- Aspose.3D is used to open the file and retrieve the data.
After the data is retrieved:
- The data is saved to a database.
- Certain data are presented in web pages.
- Some aspects of the 3D file are modified and saved back to the desired 3D format.
Web Application
- Users input data in web pages.
- Data is collected by the web server.
- Aspose.3D is used to populate data in a brand new file or a predefined template file.
- After the 3D file is created, it can be sent to user as a report etc.
We have discussed few of the most common scenarios of using Aspose.3D in web based environment. But Aspose.3D is equally useful in desktop based applications also.