bspline_tags = list(map(int, bspline_tags))
surface_tags = list(map(int, surface_tags))
for test in test_list:
self.model.mesh.setTransfiniteCurve(
test, 5, "Progression", 1.2
) # TODO: works fine, but needs to be parametrized (number of trabecular radial points)
for intersection in intersection_tags:
self.model.mesh.setTransfiniteCurve(intersection, self.n_transverse)
https://github.com/simoneponcioni/spline-mesher/blob/a8c2624ddd29ca255b6dd95b6e3f1047bc081c82/src/spline_mesher/gmsh_mesh_builder.py#L438