Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Jacob_Corder PRO
Reactions
-
Re: Trying to translate loft() to opLoft() in FeatureScript
opLoft does not merge bodies. First thing you need to do is read the loft feature code and see how onshape converts loft to opLoft. then you should be able to backwards figure it out. Instead, just c… (View Post)1 -
Re: evDistance(), but for paths?
FeatureScript 2491; import(path : "onshape/std/geometry.fs", version : "2491.0"); //export import(path : "onshape/std/evaluate.fs", version : "2491.0"); import… (View Post)1 -
Re: Can I get all of the points where a curve passes through a plane
As @Konst_Sh said that will work but the qCreatedBy(id,EntityType.VERTEX) will not get the start and end points also if they were not split so check the original vertices to see if they touch the pla… (View Post)1 -
Re: How do I get the endpoints of a curve?
also evEdgeTangentLines with parameters [0,1] will give you the points at the end. the array is of lines so it is startPoint = tl[0].origin. endPoint = tl[1].origin (View Post)1 -
Re: Improvements to Onshape - September 20th, 2024
I see a hidden featurescript in the updated std library :) setDimensionedEntities. (View Post)5














