Another New User... Trying to utilize STL import #88
Unanswered
retroglyphic
asked this question in
Q&A
Replies: 2 comments
-
I just tried this with a STEP file of 556 kB. It loaded almost instantly. However, be aware that you have to add a line to your code to render your new part. For example: sceneShapes.push(externalShapes['honeycomb.step']); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did the same with an STL file. Took a little longer but still relatively fast. Compared to STEP this model seems to contain a lot more edges, maybe that the number of edges in your model is even larger. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was referred to Cascade Studio by Gilboonet. I've been a user of openSCAD, amongst other 3D tools. I've made a quick SCAD script that allows a user to import their model and it will effectively chamfer the bottom by user defined parameters. This is all well and good for users who have openSCAD installed on their machine. But now I am trying to make something similar for those who would like an online tool.
CascadeStudio seems promising for this. However, I am struggling with the use of import STL. I am using ASCII stl files. When I try to import a very simple stl, the console reports >Test.stl loaded successfully! Converting to OCC now...
What I have learned is that models might take awhile to convert. I am currently working on a model and it has been converting for over 60 minutes. I am curious if this is normal behavior?
Thank you
Steve
Beta Was this translation helpful? Give feedback.
All reactions