-
Notifications
You must be signed in to change notification settings - Fork 210
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
Hosting FEA tool on Compute #78
Comments
What does you python script look like? |
Hi Steve! Thanks for jumping in. I am posting here the Grasshopper script in case you want to have a better look and try your self. It requires to download Alpaca4d tool (which I have attached to this thread). Remember to unblock the file and to install the tool inside a Folder called "Alpaca4d". I have tried to summarise what the tool is trying to do in the picture below. |
You can use most of RhinoCommon and ghpythonlib. The area you should stay away from are RhinoDoc and it's views. There is typically no RhinoDoc when running headless |
thanks @sbaer !!! The issue was in rhinoscriptsintax. I was using rs.DocumentPath() to find the working folder but I have solved it using os.getcwd() I am so glad we have managed to solve it! We can finally run some FEA on the web. |
Hello.
I am trying to explore the use of a web app to solve some simple FEA Grasshopper model but I am having some issue.
The tool required to run an external application (I do it with
subprocess
) from which we can read an output file.Is it possible?
I am getting this error message but I am not able to get any tip.
The text was updated successfully, but these errors were encountered: