简体   繁体   English

如何在 C#/.Net 中使用 Forge 将 .SVF 文件转换为 .GLTF

[英]How to Convert .SVF file to .GLTF by using Forge in C#/.Net

I want to convert a .SVF file to .GLTF file.我想将 .SVF 文件转换为 .GLTF 文件。 I know by using the node command I can convert the file ( https://github.com/petrbroz/forge-convert-utils ).我知道通过使用 node 命令我可以转换文件( https://github.com/petrbroz/forge-convert-utils )。 Is there any way to do it in C#/.Net?有没有办法在 C#/.Net 中做到这一点?

不幸的是,这种转换的实现目前仅在 Node.js 中可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在.net core 3.0中使用Xbim将IFC 3D文件转换为GLTF - how to convert IFC 3D file to GLTF using Xbim in .net core 3.0 如何使用派生API或Autodesk.forge库C#从DWG文件检索图层列表 - How to retrieve list of layers from dwg file using derivative api or Autodesk.forge library c# 如何使用 c# 将文件转换为链接 - How to convert the file into link using c# 如何在asp.net C#中使用itextsharp将pdf文件转换为svg文件? - How to convert pdf file to svg file using itextsharp in asp.net c#? 在AutoDesk Forge中如何使用C#html编码来旋转组件 - In AutoDesk Forge how to spin a component by using C# html coding 如何使用C#ASP.NET直接将文件转换为字符串 - How to convert a file to string directly using C# ASP.NET 如何将HttpPostedFile转换为缩略图文件。 .NET C# - how to convert HttpPostedFile to thumbnail file. .net C# 如何在C#.Net中将XML文件转换为HL7格式 - How to convert XML file to HL7 format in C# .Net 我可以通过在 C# 中使用 webhook API 从 Forge 获取文件翻译进度百分比的帮助/示例吗? - Can I get some help/example on how to get the file translation progress percentage from Forge by using webhook API in C#? 如何最好地将堆栈跟踪转换为HTML(使用.NET - C#) - How to best convert a stack trace into HTML (using .NET - C#)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM