mirror of https://gitlab.com/pamhyr/pamhyr2
debug mesh
parent
ab10970025
commit
1e7e5b0328
|
|
@ -199,7 +199,7 @@ class MeshingWithMage(AMeshingTool):
|
||||||
guide_list = [
|
guide_list = [
|
||||||
x.name
|
x.name
|
||||||
for x in reach.profiles[0].named_points()
|
for x in reach.profiles[0].named_points()
|
||||||
if x in gl[0]
|
if x.name in gl[0]
|
||||||
]
|
]
|
||||||
|
|
||||||
self.complete_cross_section(guide_list)
|
self.complete_cross_section(guide_list)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue