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.
ilya_baran 
Reactions
-
Re: Mac Usability feedback for Onshape and General Cad work
FWIW, the Onshape developers are almost all on Macbook Pros. (View Post)2 -
Re: Weird error table is still working perfectly
Yes, we added ?? recently: https://forum.onshape.com/discussion/comment/106372/#Comment_106372 Regarding the latent error, again, we can't help without a shared doc, but it sounds like you're over th… (View Post)1 -
Re: Weird error table is still working perfectly
So, looking at the code for 5 seconds, my suspicion falls on edgeDisc being possibly undefined — that would cause that error. You can use the new undefined-coalescing operator to give it a default st… (View Post)1 -
Re: Weird error table is still working perfectly
Please see We can't figure out what's wrong if we can't see your table code. (View Post)2 -
Re: Improvements to Onshape - August 29th, 2024
I'll add that in FeatureScript, we added the undefined-coalescing operator ?? (and the assignment version ??=). a ?? b evaluates to a if a is not undefined and to b otherwise. It's useful for specify… (View Post)9