Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 21,453 for

obj

(0.38 sec)
  1. 如何在 C# 中将 OBJ 转换为 STL

    本基础教程介绍了如何在 C# 中将 Obj 转换为 STL。它解释了在 C# 中创建 Obj 到 STL 转换器的算法和代码片段。...Family 如何在 C# 中将 OBJ 转换为 STL 本基础教程涵盖 如何在 C# 中将 OBJ 转换为 STL 。它解释了在...。它解释了在 C# 中创建 OBJ 到 STL 转换器的算法和代码片段 。您无需配置任何额外的 3D 渲染应用程序或工具即可在您的项目中使用此功能。...

    kb.aspose.com/zh/3d/net/how-to-convert-obj-to-s...
  2. 自定义obj格式的轴系|Documentation

    Obj 没有默认坐标系,我们可以为其手动定义轴系。...自定义obj格式的轴系 Contents [ Hide ] Wavefront OBJ 文件不遵循标准坐标系; 相反,解释通常由导入器处理。但是,...相反,解释通常由导入器处理。但是, Aspose.3D for .NET 提供了为 OBJ 文件手动指定轴系的灵活性。这包括定义上轴和前轴以及在左手...

    docs.aspose.com/3d/zh/net/customize-axis-system...
  3. Extract Assets from X File Formats via .NET | p...

    C# source code to load, render and add extract assets from X documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/x/
  4. Extract Assets from ASE File Formats via .NET |...

    C# source code to load, render and add extract assets from ASE documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/ase/
  5. Aspose.3D Product Family

    无需任何 3D 建模软件即可查找有关读取、编辑和转换 STL、Obj、3DS、U3D 等 3D 文件的答案。...球体 在 C# 中绘制 3D 球体 在 Java 中将 OBJ 转换为 USDZ 在 Java 中将 USDZ 转换为 GLB...中将 USDZ 转换为 STL 在 Python 中将 OBJ 转换为 GLB 在 Java 中将 USDZ 转换为 STL...

    kb.aspose.com/zh/3d/
  6. Extract Assets from ASE File Formats via Java |...

    Sample Java extract assets code for ASE file. Use this example code to extract assets from ASE file within any Web or Desktop Java based application....CanVisit(A3DObject obj) { if (visited.contains(obj)) return false...false ; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/ase/
  7. Extract Assets from DRC File Formats via Java |...

    Sample Java extract assets code for DRC file. Use this example code to extract assets from DRC file within any Web or Desktop Java based application....CanVisit(A3DObject obj) { if (visited.contains(obj)) return false...false ; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/drc/
  8. Extract Assets from JT File Formats via .NET | ...

    C# source code to load, render and add extract assets from JT documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/jt/
  9. Extract Assets from USDZ File Formats via .NET ...

    C# source code to load, render and add extract assets from USDZ documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/usdz/
  10. Extract Assets from X File Formats via Java | p...

    Sample Java extract assets code for X file. Use this example code to extract assets from X file within any Web or Desktop Java based application....CanVisit(A3DObject obj) { if (visited.contains(obj)) return false...false ; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/x/