Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 8,551 for

fileformat api

(2.54 sec)
  1. Merge USDZ File Formats via Java | products.asp...

    Sample Java merge USDZ file. Use this example code to merge USDZ file within any Web or Desktop Java based application....3D for Java API which is a feature-rich, powerful...powerful and easy to use Merger API for Java platform. You can download...

    products.aspose.com/3d/java/merger/usdz/
  2. 指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...应的类,该类包含该保存格式的保存选项,例如,对于 FileFormat.Collada 保存格式,有 ColladaSaveOptions...from aspose.threed import FileFormat from aspose.threed.formats...

    docs.aspose.com/3d/zh/python-net/specify-3d-fil...
  3. Working with Watermark|Documentation

    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....NET API, developers can easily add blind...; scene . Save ( output , FileFormat . FBX7400ASCII ); Working...

    docs.aspose.com/3d/net/working-with-watermark/
  4. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

    使用 Aspose.3D for .NET Api,开发人员可以为任何受支持的 3D 文件中的所有网格构建切线和二项式数据。...NET API,开发人员可以为任何受支持的 3D 文件中的所有网格构建切线和二项式数据。..."BuildTangentAndBinor_out.fbx" ), FileFormat . FBX7400ASCII ); 为 3D 文件中的所有网格生成普通数据...

    docs.aspose.com/3d/zh/net/build-tangent-and-bin...
  5. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Java Api has support to define Metadata for the scene....3D for Java API has support to define Metadata...formats scene . save ( MyDir , FileFormat . FBX7500ASCII ); Create...

    docs.aspose.com/3d/java/add-asset-information-t...
  6. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for .NET Api allows developers to import a 3D model, and then encode meshes in the Google Draco files. Developers can also specify the position, texture coordinates, color and normal bits as well as the compression level before encoding a mesh....NET API allows developers to import a...compression level. var b = FileFormat . Draco . Encode ( sphere...

    docs.aspose.com/3d/net/encoding-3d-mesh-in-the-...
  7. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for Java Api has support of importing 3D model, retrieve mesh, and then encode mesh in the Google Draco file....3D for Java API has support of importing 3D model.... OPTIMAL ); byte [] b = FileFormat . DRACO . encode ( sphere...

    docs.aspose.com/3d/java/encoding-3d-mesh-in-the...
  8. Saving Project Data to CSV, Text, MPT Formats |...

    Learn how to save Microsoft Project (MPP/XML) files to CSV, Text, or MPT formats using Aspose.Tasks for Java....Paid Consulting Support Docs API Reference Tutorials Live Demos...Paid Consulting Support Docs API Reference Tutorials Live Demos...

    docs.aspose.com/tasks/java/saving-project-data-...
  9. Your First Aspose.3D Application|Documentation

    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....3D’s simple API. This simple application creates...application using the Aspose.3D API: Create an instance of the Scene...

    docs.aspose.com/3d/python-net/your-first-aspose...
  10. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for Python via .NET Api 来实现此目的。...NET API 来实现此目的。 SplitMeshPolicy enum...from aspose.threed import FileFormat , Scene from aspose.threed...

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