Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 10,577 for

obj file

(0.06 sec)
  1. C# ZiP File or Multiple Files into Archive

    C# source code that compresses the contents of a File, multiple Files or folder into a zip archive programmatically....NET Zip file Creating ZIP Archive Via C# Add files or folders...to compress the contents of a file or folder into a ZIP archive...

    products.aspose.com/zip/net/zip-file/
  2. 在 C# 中指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。...FBX 转换为 OBJ 在 C# 中将 3DS 转换为 FBX 在 C# 中将 U3D 转换为 OBJ 在 C# 中将 OBJ...OBJ 转换为 3DS 在 C# 中将X转换为 3DS 3D 文件加载选项 有几个接受 LoadOptions 对象的 Scene...

    docs.aspose.com/3d/zh/net/specify-3d-file-load-...
  3. Convert USDZ to STL in C#

    This quick guide explains how to convert USDZ to STL in C#. It covers the ordered steps, setup prerequisites, and a working code snippet to build a USDZ to STL converter in C#....system Load the target USDZ file using the constructor of the...STL file These directions outline how to convert USDZ file to...

    kb.aspose.com/3d/net/convert-usdz-to-stl-in-csh...
  4. 通過 .NET 從 U3D 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 U3D 文檔加載、呈現和添加提取資產。...string file = "template.u3d" ; Scene scene = new Scene(file); /...CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...

    products.aspose.com/3d/zh-hant/net/extractor/u3d/
  5. 通過 .NET 從 AMF 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 AMF 文檔加載、呈現和添加提取資產。...string file = "template.amf" ; Scene scene = new Scene(file); /...CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...

    products.aspose.com/3d/zh-hant/net/extractor/amf/
  6. How to Convert FBX to STL in Python

    This article explains how to convert FBX to STL in Python. It covers the IDE configuration, a step-by-step list, and a runnable code snippet to create FBX to STL converter software in Python....to improvise the output STL file using different properties and...the FBX to a STL file Load the input FBX file with the Scene class...

    kb.aspose.com/3d/python/how-to-convert-fbx-to-s...
  7. How to Convert FBX to STL in C#

    This quick tutorial explains how to convert FBX to STL in C#. It contains the stepwise process and a running sample code to create FBX to STL converter in C#....details of the conversion or file structure. Steps to Convert...Manager Load the source FBX file with the Scene .FromFile() function...

    kb.aspose.com/3d/net/how-to-convert-fbx-to-stl-...
  8. Creating, Loading and Saving 3D Scene Programma...

    Creating, Loading and Saving 3D Scene Programmatically in C#. Read, Import and save 3D Scenes in PDF and HTML in C#....RotationOrder in FBX file Export texture files while saving 3D scene...scene Load text 3D files with custom encoding Save a 3D Document...

    docs.aspose.com/3d/net/creating-loading-and-sav...
  9. C# .NET APIs to Convert CAD Files | products.as...

    Process and Convert CAD and BIM format Files to PDF, WebP and other Vector and Raster Images without any software dependencies....to Process and Convert CAD Files Convert DWG, DXF, STL, CF2,... DGN, STL, FBX, OBJ, other CAD and BIM files to PDF, WebP, SVG...

    products.aspose.com/cad/net/
  10. Convert USD to DRC via C# | products.aspose.com

    Convert USD & other 3D Files using .NET API...via C# Export USD & other 3D files using .NET Framework, .NET Core...Scene as DRC with C# Load USD file using a constructor of Scene...

    products.aspose.com/3d/net/conversion/usd-to-drc/