-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Trimmed NURBS to T-Spline #15
Comments
Hi jobordu, I am facing the same problem and am curious to know if you found a tool to convert trimmed NURBS to T-Splines? I need such a converter for my isogemetric solver which is based on T-Spline format. Cheers! |
Hi @hadichko , I might actually have a solution, but I would like to test it more before saying Eureka ! It does use some of the tools of Isogeometric Analysis. |
@jobordu Congratulates! This is excellent news. Would you release your code/solution once verified? |
Hi @hadichko, in the present state it is a pseudo-code process more than a code. It involves the uses of different commercial tools. In the short-mid terms, such a code would require to pay for the commercials SDK and development... Sorry If I am not to open about how my recipe, I am thinking about creating such a product. |
Hi @jobordu Thank you for explaining. I completely understand that you would keep it secret. Similarly, I am creating an analysis tool based on IGA either using trimmed NURBS or T-Splines. Are you going to add Bezier surface extraction as well? Once you have a product, please let me know. Maybe I can afford a license. |
The topic you discussed on is quite interesting. We would like to start similar research work. However, due to the lack of hands, we cannot finish it in a short time. If you have solutions on trimmed NURBS and Bezier extraction, you are appreciated to share your ideas or codes (only algorithms, not your whole IGA software package), and we could cooperate. Send me private email if you are interested, Thank you! |
My email address is in the README of T-SPLINE. [email protected] |
here is mine: [email protected] |
Hi, I was wondering if there has been any development regarding trimmed T-Splines. |
The ability to read a Trimmed Nurbs format (.iges .step .brep) and convert it to a T-Spline representation would give an amazing value to this library.
Most of the CAD software export models as .step formats and it will probably stay that way until there is a standard for T-Spline model exchange.
Importing .step would allow to use the library on complex parts.
The text was updated successfully, but these errors were encountered: