Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 10,596 for

obj file

(0.07 sec)
  1. แปลง USD เป็น JT ผ่าน Java | products.aspose.com

    ตัวอย่างโค้ดการแปลง Java สำหรับรูปแบบ USD เป็นไฟล์ JT ใช้โค้ดตัวอย่างนี้เพื่อแปลง USD เป็น JT ภายในแอปพลิเคชันบนเว็บหรือเดสก์ท็อป Java...รหัสแหล่งที่มาของการแปลง // โหลดซอร์ส USD file Scene scene = new Scene( "sourceFile...(ไฟล์ Stereolithography) USD ถึง OBJ (Wavefront 3D ไฟล์อ็อบเจ็กต์)...

    products.aspose.com/3d/th/java/conversion/usd-t...
  2. แปลง VRML เป็น USDZ ผ่าน C# | products.aspose.com

    โค้ดตัวอย่างสำหรับการแปลง VRML ถึง USDZ C# ใช้ API โค้ดตัวอย่างสำหรับแบตช์ VRML ไฟล์เป็น USDZ การแปลงภายใน VB.NET, Asp.NET หรือแอปพลิเคชันตาม .NET ใดๆ...ถึง USDZ C# // โหลดซอร์ส VRML file Scene scene = new Scene( "sourceFile...Stereolithography) VRML ถึง OBJ (Wavefront 3D ไฟล์อ็อบเจ็กต์)...

    products.aspose.com/3d/th/net/conversion/vrml-t...
  3. Converteer JT naar PDF via C# | products.aspose...

    Voorbeeldcode voor conversie van JT naar PDF C#. Gebruik API voorbeeldcode voor batch JT-bestanden naar PDF-conversie binnen VB.NET, Asp.NET of een op .NET gebaseerde applicatie....industrie gebruiken professionals JT file in hun CAD oplossingen en product...(Hypertekst-opmaaktaal) JT NAAR OBJ (3D Bestandsindeling) JT NAAR...

    products.aspose.com/3d/nl/net/conversion/jt-to-...
  4. แปลง FBX เป็น USDZ ผ่าน C# | products.aspose.com

    โค้ดตัวอย่างสำหรับการแปลง FBX ถึง USDZ C# ใช้ API โค้ดตัวอย่างสำหรับแบตช์ FBX ไฟล์เป็น USDZ การแปลงภายใน VB.NET, Asp.NET หรือแอปพลิเคชันตาม .NET ใดๆ...C# // โหลดต้นทาง Autodesk FBX file Scene scene = new Scene( "sourceFile...(ไฟล์ Stereolithography) FBX ถึง OBJ (Wavefront 3D ไฟล์อ็อบเจ็กต์)...

    products.aspose.com/3d/th/net/conversion/fbx-to...
  5. Converteer PLY naar USDZ via Java | products.as...

    Voorbeeld Java conversiecode voor PLY formaat naar USDZ bestand. Gebruik deze voorbeeldcode om PLY naar USDZ te converteren binnen elke web- of desktoptoepassing op Java....bestandsformaat PLY, Polygon File Format, staat voor 3D bestandsindeling...(Stereolithografie Bestand) PLY NAAR OBJ (Wavefront 3D Objectbestand)...

    products.aspose.com/3d/nl/java/conversion/ply-t...
  6. 通過 .NET 將點雲生成為 STL 文件格式 | products.aspose.com

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

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

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

    products.aspose.com/3d/zh-hant/net/point-cloud/...
  8. 通過 .NET 將點雲生成為 GLB 文件格式 | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/point-cloud/...
  9. 通過 .NET 將點雲生成為 FBX 文件格式 | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/point-cloud/...
  10. .NET를 통해 U3D 파일 형식으로 Point Cloud 생성 | products....

    C# 소스 코드는 .NET Framework, .NET Core, Mono의 U3D 문서에 포인트 클라우드를 로드, 렌더링 및 추가합니다....//포인트 클라우드 생성에 필요한 소스 파일 string file = "template.u3d" ; // Scene의...인스턴스 생성 Scene scene = new Scene(file); //Aspose.3D의 pointcloud 객체를...

    products.aspose.com/3d/ko/net/point-cloud/u3d/