你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
pml threshold filter for evtk
这个提交包含在:
@@ -67,7 +67,19 @@ if ms:
|
||||
if i != 1:
|
||||
thresholddisplay = Show(threshold, renderview)
|
||||
thresholddisplay.ColorArrayName = ['CELLS', 'Material']
|
||||
threshold.UpdatePipeline()
|
||||
threshold.UpdatePipeline()
|
||||
|
||||
# create a threshold filter for the pml
|
||||
threshold = Threshold(Input=model)
|
||||
threshold.ThresholdRange = [1, 1]
|
||||
threshold.Scalars = ['CELLS', 'pml']
|
||||
RenameSource('pml', threshold)
|
||||
|
||||
# Show data in view, except for free_space
|
||||
thresholddisplay = Show(threshold, renderview)
|
||||
thresholddisplay.ColorArrayName = ['CELLS', 'pml']
|
||||
thresholddisplay.Opacity = 0.5
|
||||
threshold.UpdatePipeline()
|
||||
|
||||
RenderAllViews()
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户