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.
jelte_steur814 PRO
Founder of Eatcup and Freelance Product Developer.
Product development of physical consumer goods is my specialty, especially front end innovation where technology, design and marketing come together into one product concept, and can develop it to production ready products and have experienced injection mold engineering as well.
I enjoy bringing the depth of knowledge and product development skills I've gained over the years in the big corporates and apply it in smaller companies and start ups to accelerate your product development
Reactions
-
Re: Feature Script: How to get the coordinates of a selected point for X and Y
did you follow the course in the learning center? fromt the standard library Documentation: evVertexPoint (context is Context, arg is map) returns Vector Vector type A Vector is a non-empty array. It… (View Post)1 -
Re: Flip an arc (mirror without duplicating)
dimension to the centerpoint and make it negative. this is only one solution for the sketch to solve this negative value. if you fix the radius and try flipping the geometry, it's not going to work… (View Post)4 -
Re: Repeat the function's action for each selection of the UI
forEachEntity applies the function to each instance of definition.locations by passing one of those instances into the 'entity' in the function. you could rename 'entity' to 'location' for clarity's … (View Post)1 -
Re: filletting all edges of an extrusion from a configurable side-count polygon sketch
try @EvanReese's selection fillet feature: https://cad.onshape.com/documents/1da236b5e61f1061327374d5/v/114d54563e4295fb48503215/e/327c207d9694c71a6c3a5c53 He's also made a youtube video on smart sel… (View Post)3 -
Re: "filleting" the "corner" of a surface (first "non-trivial" surfacing in onshape)
Hi kyle, try both and evaluate the curves using the curvature combs. you'll learn that projections will indeed mess up the input for the next surface. I expect the combs will look a lot less clean. t… (View Post)1