Replies: 1 comment 2 replies
-
|
Thank you for the comment! This package BasicBSpline.jl can be used to define volumetric B-spline solid, but there is no support for triangular mesh (e.g. STL) exports. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear @hyrodium
Can we use your package to generate a volumetric mesh for a STL file, to be used in IGA analysis.
Using the following code I can get the surface triangle mesh. If we need a volume triangle mesh as well, I can generate it through the use of tetgen. I need this data within the volume: :knot_vectors, :orders, :control_points, :weights
Thank you so much in advance.
Beta Was this translation helpful? Give feedback.
All reactions