你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
round point sphere
这个提交包含在:
@@ -75,8 +75,8 @@ class Sphere(UserObjectGeometry):
|
|||||||
raise
|
raise
|
||||||
|
|
||||||
# Centre of sphere
|
# Centre of sphere
|
||||||
xc, yc, zc = uip.round_to_grid(p1)
|
|
||||||
p2 = uip.round_to_grid_static_point(p1)
|
p2 = uip.round_to_grid_static_point(p1)
|
||||||
|
xc, yc, zc = uip.round_to_grid(p1)
|
||||||
|
|
||||||
# Look up requested materials in existing list of material instances
|
# Look up requested materials in existing list of material instances
|
||||||
materials = [y for x in materialsrequested for y in grid.materials if y.ID == x]
|
materials = [y for x in materialsrequested for y in grid.materials if y.ID == x]
|
||||||
|
在新工单中引用
屏蔽一个用户