Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 4,597 for

3mf file

(1.93 sec)
  1. 通過 .NET 將點雲生成為 USD 文件格式 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上加載、呈現和添加生成點雲到 USD 文檔。...的 C# 代碼 //需要生成點雲的源文件 string file = "template.usd" ; // 創建一個場景實例...創建一個場景實例 Scene scene = new Scene(file); //獲取 Aspose.3D 的點雲對象並生成點雲...

    products.aspose.com/3d/zh-hant/net/point-cloud/...
  2. 通過 .NET 將盲水印添加到 DXF 文件格式 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上的 DXF 文檔中加載、呈現和添加盲水印。...//需要加水印的源文件和保存後的輸出文件 string file = "template.dxf" ; string output...創建一個場景實例 Scene scene = new Scene(file); //為文件添加水印和密碼 var numMeshes...

    products.aspose.com/3d/zh-hant/net/watermark/dxf/
  3. 通過 .NET 向 STL 文件格式添加盲水印驗證 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上加載、呈現和添加盲水印驗證到 STL 文檔。...添加盲水印驗證的 C# 代碼 //需要加水印驗證的源文件 string file = "template.stl" ; // 創建一個場景實例...創建一個場景實例 Scene scene = new Scene(file); string text = null ; //通過...

    products.aspose.com/3d/zh-hant/net/verify-water...
  4. 通過 .NET 將盲水印添加到 GLTF 文件格式 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上的 GLTF 文檔中加載、呈現和添加盲水印。...//需要加水印的源文件和保存後的輸出文件 string file = "template.gltf" ; string output...創建一個場景實例 Scene scene = new Scene(file); //為文件添加水印和密碼 var numMeshes...

    products.aspose.com/3d/zh-hant/net/watermark/gltf/
  5. 通過 .NET 將盲水印添加到 VRML 文件格式 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上的 VRML 文檔中加載、呈現和添加盲水印。...//需要加水印的源文件和保存後的輸出文件 string file = "template.vrml" ; string output...創建一個場景實例 Scene scene = new Scene(file); //為文件添加水印和密碼 var numMeshes...

    products.aspose.com/3d/zh-hant/net/watermark/vrml/
  6. 通過 .NET 將點雲生成為 JT 文件格式 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上加載、呈現和添加生成點雲到 JT 文檔。...的 C# 代碼 //需要生成點雲的源文件 string file = "template.jt" ; // 創建一個場景實例...創建一個場景實例 Scene scene = new Scene(file); //獲取 Aspose.3D 的點雲對象並生成點雲 var...

    products.aspose.com/3d/zh-hant/net/point-cloud/jt/
  7. 通過 .NET 生成點雲到 X 文件格式 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上加載、呈現和添加生成點雲到 X 文檔。...將點雲生成到 X 的代碼 //需要生成點雲的源文件 string file = "template.x" ; // 創建一個場景實例...創建一個場景實例 Scene scene = new Scene(file); //獲取 Aspose.3D 的點雲對象並生成點雲 var...

    products.aspose.com/3d/zh-hant/net/point-cloud/x/
  8. 通過 .NET 向 3DS 文件格式添加盲水印驗證 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Mono 上加載、呈現和添加盲水印驗證到 3DS 文檔。...添加盲水印驗證的 C# 代碼 //需要加水印驗證的源文件 string file = "template.3ds" ; // 創建一個場景實例...創建一個場景實例 Scene scene = new Scene(file); string text = null ; //通過...

    products.aspose.com/3d/zh-hant/net/verify-water...
  9. Java 3D API | 3D Bestandsmanipulatie en convers...

    Gameware en CAD 3D-bibliotheek om lees-conversie en 3D-bestandsindelingen te maken binnen Java-applicaties...(ASCII/Binair) Siemens: JT DXF 3MF ASE VRML DirectX: X HTML Previous...formaten - Java // load the file to be converted Scene scnObj...

    products.aspose.com/3d/nl/java/
  10. Efektivně komprimujte soubory ZIP pomocí C# | U...

    Zjednodušte kompresi souborů ZIP pomocí zdrojového kódu C#. Komprimujte soubory a složky do archivů ZIP Programově pomocí .NET...complete examples and data files, please go to https://github...using (FileStream zipFile = File.Open(dataDir + "CompressSingleFile_out...

    products.aspose.com/zip/cs/net/compress/