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.
kevin_o_toole_1 
Reactions
-
Re: How to use qAdjacent with Sketch-entities?
If you debug everything created by a sketch, you'll see that a sketch operation usually creates two things: 1) Wire bodies for every sketch edge2) Surface bodies with faces for each enclosed sketch r… (View Post)1 -
Re: CSV records limitations
There is no such limit. For a multiline CSV, the FeatureScript value of that CSV file will be an array of arrays. Both levels of arrays will be as long as data the CSV file provides. (View Post)1 -
Re: Feature script is it possible to cut and paste code between two scripts in the same work space.
You can use the shortcut ctrl-c (cmd-c on mac) to copy code, and then use ctrl-v (cmd-v on mac) to paste it. (View Post)1 -
Re: FeatureScript Instantiator: Configurations + FeatureScript = more power, easier coding
@marcus_bernstein A configuration list input (i.e. those chosen with a dropdown) is always associated with a FeatureScript enum named "<input id>_conf", defined in the Part Studio. So… (View Post)1 -
Re: Can I get current configuration name in FeatureScript?
You cannot access the configuration name directly from FeatureScript. You can access a row's id directly, assuming you know the input id of the whole table. Some more info on these ids and how to edi… (View Post)1