Unity3D-DXF-Viewer
Unity3D-DXF-Viewer copied to clipboard
使用Unity3D显示DXF文件的图形
Hello, I recently downloaded you program and when i click on any button to test nothing is shown even if the objects are create. I have thoses following errors :...
你好,要从unity中导出dxf文件有什么思路吗 感谢
还没来得及看你的代码,想在想在Unity中导入CAD文件建模,有何思路?
# 请问我用C#生成的dxf图层名称(中文)乱码的问题,您有没有思路解决? `StreamWriter sWriter = new StreamWriter(path); sWriter.WriteLine("0"); sWriter.WriteLine("SECTION"); sWriter.WriteLine("2"); sWriter.WriteLine("ENTITIES"); sWriter.WriteLine("0"); sWriter.WriteLine("POINT"); sWriter.WriteLine("8"); sWriter.WriteLine("点层", Encoding.UTF8); sWriter.WriteLine("10"); sWriter.WriteLine(561452.256); sWriter.WriteLine("20"); sWriter.WriteLine(56235.2356); sWriter.WriteLine("0"); sWriter.WriteLine("TEXT"); sWriter.WriteLine("8"); sWriter.WriteLine("注记", Encoding.UTF8); sWriter.WriteLine("10"); sWriter.WriteLine(561452.256); sWriter.WriteLine("20"); sWriter.WriteLine(56235.2356); sWriter.WriteLine("40");...
Hello, I really like this plugin; it works really well. However, some features are missing, such as "mesh" and other 3D-related functionality. Do you have plans to implement these features...