摘要: .toPending() 将选中的边转变为可用于建模的边线 Adds wires/edges to pendingWires/pendingEdges 阅读全文
posted @ 2023-10-10 18:15 Arxu 阅读(41) 评论(1) 推荐(0)
摘要: Workplane.offset2D() 转换二维线。 它们可以向内或向外偏移,并使用不同的技术来改变边角情况。 阅读全文
posted @ 2023-10-10 18:09 Arxu 阅读(49) 评论(1) 推荐(0)
摘要: .cboreHole(0.125, 0.25, 0.125, depth=0.4) 阅读全文
posted @ 2023-10-10 17:51 Arxu 阅读(42) 评论(0) 推荐(0)
摘要: .Workplane("front") 确定绘图平面 .circle(2.0) 画圆 .pushPoints([(1.5, 0), (0, 1.5), (-1.5, 0), (0, -1.5)]) 创建点合集 .extrude(0.125) 拉伸 .cutThruAll() 完全贯穿切除 .poly 阅读全文
posted @ 2023-10-10 12:04 Arxu 阅读(464) 评论(0) 推荐(0)