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: 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 -
Re: Mate Connector Z direction
or just get the direction with this export function directionTo(fromPoint ,toPoint ) { return normalize(toPoint-fromPoint); } If you need to make a line, this is by far the fastest method I have crea… (View Post)1 -
Re: New Featurescript Bezier curve. But with a twist. It has Degree control.
@S1mon Yeah. Elevating it direct would be cool, but onshape does not allow the curves data to be modified(direct editing operations) Regarding the youtube videos. They are likely calling approximateS… (View Post)2 -
New Featurescript Bezier curve. But with a twist. It has Degree control.
I found that in the new bridging curve feature that they use a function called elevateBezier Here is the feature to create a Bezier curve of up to degree 15 with no change in the shape. I believe @S1… (View Post)3














