Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 DXF 文件中生成一条虚线,但我不知道我应该使用的代码和值。我浏览了 Autocad 参考资料,但找不到我要找的东西。任何帮助都将是非常可观的。
愿望线示例:
- - - - - - - 或者 .............
您需要设置您创建的线对象的 LTYPE 属性,组代码 6。您需要检查哪些样式可用,并且可能定义您自己的样式。
这是给你的资源。