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: EXPORTING VALUE
FeatureScript has a few methods for sharing data between features: * You can share them in variables (where the result is stored in the Part Studio context) * You can set them as attributes (where th… (View Post)1 -
Re: How do you separate parts made within the same Part Studio?
You can use the derived feature to include a part (or parts) from one Part Studio in another. If you derive parts from a Part Studio in the same document, they will update automatically when the base… (View Post)6 -
Re: FeatureScript Instantiator: Configurations + FeatureScript = more power, easier coding
@konstantin_shiriazdanov If I'm understanding you correctly, the answer is no. Derived brings in an entire part studio after all its features have regenerated. There's no way to bring in just some of… (View Post)1 -
Re: What is the easiest way to make two identical parts with different sized holes at one point?
@RChilcoat I don't have permission to open the document you shared (could you make it public?). Regardless, I think this is a really informative use case for configurations. So I whipped up an exampl… (View Post)2 -
Re: How do I make my shape bigger when ive made the whole thing
The Transform feature (documented here) has a "Scale uniformly" option which will increase the size of parts by a scale factor you choose. Is this what you're looking for? (View Post)1