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.
skFitSpline start and end angles
bartyborris
OS Professional Posts: 11 PRO
Is it possible to set the slope at the start and end points of a spline in FeatureScript?
// Something like the following would be a really big help. If anyone knows a workaround I could use the help:<br><br>skFitSpline(sketch1, "spline1", {<br> "points" : [<br> vector( 0, 0) * inch,<br> vector( 0, -1) * inch,<br> vector( 1, 1) * inch,<br> vector(-1, 0) * inch,<br> vector( 0, 0) * inch<br> ],<br> "startAngle": 0 * degree,<br> "endSlope": -30 * degree<br>});
0
Comments