你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Update plate geometry for parallel build
这个提交包含在:
@@ -81,7 +81,13 @@ class Plate(RotatableMixin, GeometryUserObject):
|
|||||||
p3 = uip.round_to_grid_static_point(p1)
|
p3 = uip.round_to_grid_static_point(p1)
|
||||||
p4 = uip.round_to_grid_static_point(p2)
|
p4 = uip.round_to_grid_static_point(p2)
|
||||||
|
|
||||||
_, p1, p2 = uip.check_box_points(p1, p2, self.__str__())
|
plate_within_grid, p1, p2 = uip.check_box_points(p1, p2, self.__str__())
|
||||||
|
|
||||||
|
# Exit early if none of the plate is in this grid as there is
|
||||||
|
# nothing else to do.
|
||||||
|
if not plate_within_grid:
|
||||||
|
return
|
||||||
|
|
||||||
xs, ys, zs = p1
|
xs, ys, zs = p1
|
||||||
xf, yf, zf = p2
|
xf, yf, zf = p2
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户