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.
Best Of
Re: Is it possible to enable selection while importing part using featurescript code?
@MBagwan
Selections can only be made of geometry that exists before the feature is executed. The rationale here is that the feature is run with some set of inputs, which produce an output. One of its inputs cannot be something that is created during the feature, because then it would not actually resolve to anything until halfway through the feature.
Selections can only be made of geometry that exists before the feature is executed. The rationale here is that the feature is run with some set of inputs, which produce an output. One of its inputs cannot be something that is created during the feature, because then it would not actually resolve to anything until halfway through the feature.
Re: Is it possible to determine in which direction an angle is measured?
If they are always on the 3D XY plane, then it's simple - you can just use atan2 to measure the angle between each line and vector [1,0]. A minus value indicates obtuse. If they're in 3D space it would be a little more involved.
Re: Adding OnShape Certificates to LinkedIn Profiles
@jack_heslin there is nothing official today, other than just downloading the certificate from the Learning Center and uploading it to LinkedIn.
Re: I have a full (pro) account. Can I view my own document with the View-Only Toolbar?
Yes you can! Make the document viewable with a view-only link and then copy/paste that link into a private/incognito browser window.
Re: How to project a face onto a surface?
@neobobkrause If you choose the sketch instead of the face it seems to work, unless I am missing something in your request. I made a copy here: https://cad.onshape.com/documents/f52aa59f46d278b6f51909e6/w/f5c42223fa68b6e2cb731b35/e/3dd0ca5c7f793b8cd594cb56
Re: How to produce a diametric dimension ?
Described here in the help under “Centerline dimensions” https://cad.onshape.com/help/Content/sketch-tools-dimension.htm?Highlight=Diametric
Re: The leader can not point to surface
- Cannot do currently, please vote for the improvement request ==>
- Cannot do currently, please vote for the improvement request ==>
Re: Onshape is disconnected - refresh page
It's likely your modem.
We went through this here at work for a while. We had no issues for 2 years, then Comcast gave us a new modem after our old one died, and from then on we were constantly getting disconnected throughout the day (10-20 times a day). We also started having the same issue with another cloud service we use, and we found other people online with similar problems with the same model of modem.
After a lot of back and forth arguments and threats with Comcast as well as network tests on our end, we finally convinced them to come out and install a different brand modem. Since this new modem has been installed, we haven't had any more issues.
The modem we were using that had the issues was a Cisco DPC3941B modem from Comcast/Xfinity Business. The new modem that's working fine is a Netgear CG3000DCR modem.
Hope that helps, or at least gives you a place to start looking.
[EDIT] added the modem model numbers.
We went through this here at work for a while. We had no issues for 2 years, then Comcast gave us a new modem after our old one died, and from then on we were constantly getting disconnected throughout the day (10-20 times a day). We also started having the same issue with another cloud service we use, and we found other people online with similar problems with the same model of modem.
After a lot of back and forth arguments and threats with Comcast as well as network tests on our end, we finally convinced them to come out and install a different brand modem. Since this new modem has been installed, we haven't had any more issues.
The modem we were using that had the issues was a Cisco DPC3941B modem from Comcast/Xfinity Business. The new modem that's working fine is a Netgear CG3000DCR modem.
Hope that helps, or at least gives you a place to start looking.
[EDIT] added the modem model numbers.