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
-
opLoft errors
I'm making feature which generates a number of cross sections, obtained from surface intersections, they are then appended to the list and passed to the opLoft. And I keep getting 2 types of errors i… (View Post)1 -
Re: For loop, sum up to the current loop?
And didn't noticed it from the beginig, but since you dividing the result of arctan by degree you don't need degree units for sumOfPrevousSegmentAngles, so just var sumOfPrevousSegmentAngles = 0; (View Post)1 -
Re: How do I use the centroid as a vector?
centroid is 3d vector while for sketch point you need 2d, so you need to transform it like that: centroid2d = worldToPlane(skPlane)*centroid (View Post)6 -
Re: Most efficient way to turn a curve into a list of numbers?
If law curve is on the XY plane you need to find intersection between the line with origin at (x,0,0) and direction (0,1,0) and the law curve. evDistance gives intersection point, and you extract its… (View Post)1 -
Re: Square Spring?
check Contour spiral feature: https://cad.onshape.com/documents/59007ff281e43510ea3797a2/w/a6cb15bca8f1b2bf6e312ccd/e/e81812836b0902c719b1a125 (View Post)1