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.
Jake_Rosenfeld 
Reactions
-
Re: I want to make a helmet shape and have tried to use a loft
@peter_clifford It seems like that curve you have sketched should be used a guide, not a path. As Bruce says, it will be easier to see what's going on if you post the link to your document. (View Post)6 -
Re: Featurescript - Creating cylinder in context
Just to encourage good FS practices, the way we would do this for an official feature is as follows: precondition { annotation { ... } definition.start is Query; } { // Check if the user has supplied… (View Post)1 -
Re: Why cant a loft from tube to smaller tube?
@RyanAvery The error message and red highlight is trying two show you that the the region you are trying to loft has a cut out region in the center, which our loft does not do, because it is somewhat… (View Post)1 -
Re: New FeatureScript: Hose Routing
@MBartlett21 We actually did an audit this dev cycle to find features where selection reorder is useful, and added it in where appropriate. This will be released in our next release. 3d fit spline is… (View Post)5 -
Re: Debugging featurescript failures and exceptions
There is no FeatureScript skSlot, correct. But it would not be too hard to write one :) : function skSlot(sketch is Sketch, id is string, pt1 is Vector, pt2 is Vector, diameter is ValueWithUnits) pre… (View Post)1























