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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: Pop Quiz - Two lines with horizontal constraints are not parallel
What about drawing 7 red lines and all of them should be perpendicular?)https://www.youtube.com/watch?v=BKorP55Aqvg (View Post)8 -
Re: #TraditionalCADsucks
Desktop solidworks is dying, seems like they don't more spent any resourses for supporting it. (View Post)4 -
Re: is FeatureScript blocked for Free accounts?
custom features are added into the drop-down list in the top right corner of the window, no matter what account type you have (View Post)1 -
Re: Notepad in onshape?
You can use featurescript tab, just add one and type text as code comments inside <div>/*</div><div>multiline_comments</div><div>*/ </div> or //single_line_comment (View Post)7 -
Re: Help with determining if a selected input is a sketch vertex or a mate connector please. - FIXED
look at this function from Transform pattern FS function getCoordSys(context is Context, query is Query, keepOrientation is boolean) returns CoordSystem { try silent { return evMateConnector(context,… (View Post)1