Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 3,880 for

3mf file

(0.51 sec)
  1. สร้าง Point Cloud เป็น PLY รูปแบบไฟล์ผ่าน .NET ...

    C# ซอร์สโค้ดสำหรับโหลด แสดงผล และเพิ่ม create point cloud ให้กับเอกสาร PLY บน .NET Framework, .NET Core, Mono...การสร้าง point cloud string file = "template.ply" ; // สร้างตัวอย่างของ...Scene Scene scene = new Scene(file); //รับวัตถุ pointcloud ของ...

    products.aspose.com/3d/th/net/point-cloud/ply/
  2. สร้างรูปแบบไฟล์ Point Cloud เป็น X ผ่าน .NET | ...

    C# ซอร์สโค้ดเพื่อโหลด แสดงผล และเพิ่มเครื่องมือสร้าง point cloud ให้กับเอกสาร X บน .NET Framework, .NET Core, Mono...การสร้าง point cloud string file = "template.x" ; // สร้างตัวอย่างของ...Scene Scene scene = new Scene(file); //รับวัตถุ pointcloud ของ...

    products.aspose.com/3d/th/net/point-cloud/x/
  3. สร้าง Point Cloud เป็น OBJ รูปแบบไฟล์ผ่าน .NET ...

    C# ซอร์สโค้ดสำหรับโหลด แสดงผล และเพิ่ม create point cloud ให้กับเอกสาร OBJ บน .NET Framework, .NET Core, Mono...การสร้าง point cloud string file = "template.obj" ; // สร้างตัวอย่างของ...Scene Scene scene = new Scene(file); //รับวัตถุ pointcloud ของ...

    products.aspose.com/3d/th/net/point-cloud/obj/
  4. Genereer Point Cloud naar GLB bestandsindelinge...

    C# broncode om puntenwolk te laden, weer te geven en toe te voegen aan GLB documenten op .NET Framework, .NET Core, Mono....puntenwolk moet genereren string file = "template.glb" ; // maak een...Scene Scene scene = new Scene(file); //Haal een puntenwolk-object...

    products.aspose.com/3d/nl/net/point-cloud/glb/
  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 向 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...
  7. 通過 .NET 向 GLTF 文件格式添加盲水印驗證 | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/verify-water...
  8. 通過 .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/
  9. 通過 .NET 將盲水印添加到 3DS 文件格式 | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/watermark/3ds/
  10. 通過 .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/