你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Round plate points before discretisation
这个提交包含在:
@@ -80,11 +80,12 @@ class Plate(UserObjectGeometry):
|
|||||||
if self.dorotate:
|
if self.dorotate:
|
||||||
self.__dorotate()
|
self.__dorotate()
|
||||||
|
|
||||||
|
p3 = uip.round_to_grid_static_point(p1)
|
||||||
|
p4 = uip.round_to_grid_static_point(p2)
|
||||||
|
|
||||||
p1, p2 = uip.check_box_points(p1, p2, self.__str__())
|
p1, p2 = uip.check_box_points(p1, p2, self.__str__())
|
||||||
xs, ys, zs = p1
|
xs, ys, zs = p1
|
||||||
xf, yf, zf = p2
|
xf, yf, zf = p2
|
||||||
p3 = uip.round_to_grid_static_point(p1)
|
|
||||||
p4 = uip.round_to_grid_static_point(p2)
|
|
||||||
|
|
||||||
# Check for valid orientations
|
# Check for valid orientations
|
||||||
if xs == xf:
|
if xs == xf:
|
||||||
|
在新工单中引用
屏蔽一个用户