We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radial_lines.extend(intersurface_line_tags)
spline_mesher/src/pyhexspline/spline_mesher.py
Line 413 in a22ba6b
for key, value in thru_entities.items(): cort_slice_thrusection_entities[key].extend(value) cort_lines, splines = get_curvature_from_entities( cort_slice_thrusection_entities["lines"] ) # ? lines: cortical elements in transverse direction = 3 # ? splines: cortical elements in radial and longitudinal directions = 15 / 20 --> separate them cort_splines_radial, cort_splines_longitudinal = get_radial_longitudinal_lines( splines ) # make intersurface_line_tags a list of integers intersurface_line_tags = np.array(intersurface_line_tags, dtype=int).tolist() cort_lines.extend(intersurface_line_tags) transverse_lines = [] radial_lines = cort_splines_radial longitudinal_lines = cort_splines_longitudinal # TODO: validate this: radial_lines.extend(cortical_ext_bspline) radial_lines.extend(cortical_int_bspline) # intersurface_line_tags = intersurface_line_tags.astype(int).tolist() # radial_lines.extend(intersurface_line_tags) """ intersurface_surface_tags = mesher.add_intersurface_planes(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
radial_lines.extend(intersurface_line_tags)
spline_mesher/src/pyhexspline/spline_mesher.py
Line 413 in a22ba6b
The text was updated successfully, but these errors were encountered: