Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. 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.

sweep question for springFS

tonvistonvis Member Posts: 41 ✭✭
Can somebody please help me out, I trying for days to get a flat surface sweeped  along a helix etc. The goal is to create a flat spring, where later fillets are positioned from which a solid can be created.
I don't get an error message.

            // var path = ( offset1 + arc1+id + helix4 + offset2 + arc2);

            var profile = qCreatedBy(id + "sketch8", EntityType.EDGE);
            var profile1 = qOwnedByBody(profile, EntityType.EDGE);
           
            var path = qCreatedBy(id + "arc2", EntityType.EDGE);
           
           

/*

            opSweep(context, id + "sweep4", {
                        // "profiles" : profile,
                        "profiles" : profile1,
                        "path " : path
                    });
*/

https://cad.onshape.com/documents/e962c03684a97b9568b92c37/w/dd893095a99b64b5e8c7e121/e/60291153b286f85b5f04debd

Many thanks for any help.

Best Answer

Answers

Sign In or Register to comment.