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.
GregBrown 
Reactions
-
Re: Modelling Seashells
A couple of ideas in here… https://cad.onshape.com/documents/17eb0b0ffd5db5b9ff738769/w/96151fe4f794283691d1b82e/e/3f2e4286a702a4d34277c5b7 (View Post)2 -
Re: Improvements to Onshape - August 29th, 2025
https://forum.onshape.com/discussion/comment/120541#Comment_120541 I have a youtube deep dive I'm about to upload… https://www.youtube.com/watch?v=2aNM5dsUnyw (View Post)12 -
Re: Lofting 3-Point skArc Produces Pointed Tent
Are you sure this is not just related to graphics display (tessellation)? Can you try using high quality mode? (View Post)2 -
Re: Using debug(context,...) with id
You need to make a query for the id of the feature in question: e.g. debug(context, qCreatedBy(id + "extrude1", EntityType.BODY), DebugColor.MAGENTA); From the FeatureScript docs: (View Post)1 -
Re: Picking co-ordinates from sketch to dump to csv file
I can imagine a lot of ways this might be done, and especially for the hint you gave us "extract all the co-ordinate X,Y pairs from points along a curve" I am assuming you want to sample th… (View Post)3