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.
我有 2 条折线:我已经绘制了第一条折线并沿着这条折线挤出了一个区域。
在此之后,我需要处理第二条折线以从正确的位置开始(将第二条折线起点移动到第一条折线终点),但我无法将第二条折线转换为正确的方向。
使用命令3Drotate或rotate3D(每个选择参数的方式略有不同)沿 y 轴旋转第二条折线或将 UCS 更改为 XZ 平面并使用旋转
另一种选择是使用mirror3D而不是复制折线
编辑:现在我注意到,你标记了你的问题 .NET 和 C#,所以正确的答案应该是折线对象上使用的TransformBy方法