-
Notifications
You must be signed in to change notification settings - Fork 8
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
confused about filemesh stl file #141
Comments
For animation export (i.e. If you do not need animation export, just remove it in the |
Would it work if I need multiple meshes for different parts? |
I have converted the stl file into json file using three.js and placed it inside the same folder as my stl file. I then created an object in Modia3D using the following code: Export animation to plots/simulate.jl_animation.json ... ┌ Warning: Please convert filename.stl into a .json file. Closest candidates are: Stacktrace: Did I do something wrong? Do I have to do something extra to the converted json file (e.g. include it as a parameter while building the object)? |
Hi, is there a simple example to how filemesh can be used? |
Here is an example: test/Collision/CollidingSphereWithBunnies.jl |
Hi there, been trying to use an stl file and is confused about the steps?
Currently I'm trying to create a solid with a stl file and perform simulation, got MeshIO.jl to open the stl file but not sure which parameter I can put the opened file with.
I've tried just using Filemesh(filename =: "stl_filename") which seems like the way to go but ran into the error message saying that I need to convert stl file to json, do I have to do that manually? Would it be possible to provide an example to show the steps?
Thank you.
The text was updated successfully, but these errors were encountered: