// For complete examples and data files, please go to https://github.com/Aspose-3D-Cloud String name = "triangulate.3ds"; String folder = "3DExample"; String storage = null; ApiResponse<File> response = threeDCloudApi.postTriangulateOriginalWithHttpInfo(name, folder, storage); System.out.println(response.getStatusCode());