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: Edge length of evaluated face?
The simpliest would be to create array of face tangent planes, extract plane origin points then create an array of pairwise point difference vectors, and find the sum of their norms. This will give y… (View Post)1 -
Re: Featurescript animation help
here is the feature that does coordinate decomposition:https://cad.onshape.com/documents/8e8c2225e2389c8f8b6140db/w/505cbae92042861c824558a7/e/996796b7f28a4d5432a2c620 (View Post)2 -
Re: FeatureScript Arrow Operator Improvements
There was a conversation about operator form of function chaining: https://forum.onshape.com/discussion/7621/operator-form-queriesAnd for this particular realization of arrow chaining I like more the… (View Post)1 -
Re: Query specific edges
isEdgeTwoSided() is a test if you already have an individual edge, to query two sided edges you may use qEdgeTopologyFilter() (View Post)2 -
Re: How to I extrude a consistent grove in this cylinder without the taper (I used wrap to do this)?
You may borrow some approaches from this example:https://cad.onshape.com/documents/39369c7fe89d343a835363dc/w/4c259cbc4e31028ea24d5754/e/b0228ac5cf7949b4a73c17a8 (View Post)1