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.
Alex_Kempen EDU
Reactions
-
Re: New to FeatureScript
Konstantin, you're absolutely right. I guess I just forgot that I could simply extrude the face created by opFillSurface, which is a lot easier than making a bunch of surfaces and then using opEnclos… (View Post)2 -
Re: How to draw a sphere in OnShape?
You can easily create a sphere by sketching a half profile of a circle, then revolving it with the revolve feature. The reason it has to be a half circle is because otherwise, the revolve will fail d… (View Post)1 -
Re: Creating belt between two pulleys
You could also try using my Belt Calculator FeatureScript to create the pulleys and belt together in one go. It's specialized for the types of belts I use in robotics - 3mm GT2 or 5mm HTD - but if yo… (View Post)1 -
Re: Bug: Boolean subtract creates unrelated hole
Your problem has to do with the offset option in your Boolean. The issue goes away if you don't use offset all, or you use a smaller offset. Internally, all the offset option in the boolean feature d… (View Post)1 -
Re: Aus Beams FS become very slow
Deprecated simply means it is no longer being actively developed, which doesn't necessarily mean it is no longer functional. If you're suddenly experiencing significant performance problems, I would … (View Post)1