Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 8,552 for

fileformat api

(0.12 sec)
  1. Convert USDZ to PDF via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET Api...value from FileFormat class 3D Format Conversion API for .NET Install..."output.pdf" , Aspose.ThreeD.FileFormat.PDF); Other Conversion Options...

    products.aspose.com/3d/net/conversion/usdz-to-pdf/
  2. Convert USDZ to X via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET Api...value from FileFormat class 3D Format Conversion API for .NET Install..."output.x" , Aspose.ThreeD.FileFormat.XBinary); Other Conversion...

    products.aspose.com/3d/net/conversion/usdz-to-x/
  3. Convert USDZ to PLY via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET Api...value from FileFormat class 3D Format Conversion API for .NET Install..."output.ply" , Aspose.ThreeD.FileFormat.PLY); Other Conversion Options...

    products.aspose.com/3d/net/conversion/usdz-to-ply/
  4. Convert USDZ to OBJ via Python | products.aspos...

    Convert USDZ & other 3D files using .NET Api...value from FileFormat class 3D Format Conversion API for Python..."output.obj" , aspose.threed.FileFormat.WavefrontOBJ); Other Conversion...

    products.aspose.com/3d/python-net/conversion/us...
  5. Convert USDZ to DAE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET Api...value from FileFormat class 3D Format Conversion API for .NET Install..."output.dae" , Aspose.ThreeD.FileFormat.Collada); Other Conversion...

    products.aspose.com/3d/net/conversion/usdz-to-dae/
  6. Convert USDZ to ASE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET Api...value from FileFormat class 3D Format Conversion API for .NET Install..."output.ase" , Aspose.ThreeD.FileFormat.ASE); Other Conversion Options...

    products.aspose.com/3d/net/conversion/usdz-to-ase/
  7. Public API Changes in Aspose.Imaging 3.8.0|Docu...

    Class Libraries & REST Apis for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Public API Changes in Aspose.Imaging 3.8.0 Contents [ Hide ]...changes to the Aspose.Imaging API from version 3.7.0 to 3.8.0 that...

    docs.aspose.com/imaging/java/public-api-changes...
  8. Specify 3D File Save Options|Documentation

    There are several Scene.save method overloads that accept a SaveOptions instance....ColladaSaveOptions for the FileFormat.COLLADA save format. Use...saveOpts = new FBXSaveOptions ( FileFormat . ASE ); // Generates the...

    docs.aspose.com/3d/java/specify-3d-file-save-op...
  9. Public API Changes in Aspose.Imaging 3.9.0|Docu...

    Class Libraries & REST Apis for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Public API Changes in Aspose.Imaging 3.9.0 Contents [ Hide ]...changes to the Aspose.Imaging API from version 3.8.0 to 3.9.0 that...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Split Mesh|Documentation

    Developers may require to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene If it has been assigned a single material. Developers can now achieve this by using Aspose.3D for .NET Api....NET API. SplitMeshPolicy enum specifies...); scene . Save ( output , FileFormat . FBX7500ASCII ); Split a...

    docs.aspose.com/3d/net/split-mesh/