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.
MBartlett21 EDU
About
- Username
- MBartlett21
- Joined
- Visits
- 4,454
- Last Active
- Roles
- Member, OS Professional, Developers
- Points
- 1,838
- Badges
- 18
- Posts
- 1,945
Reactions
-
Re: [FS] Determine if feature is the final enabled feature in the part studio
@NeilCooke I was meaning an annotation that is only treated specially by the user interface, nothing to do with the actual content of the FeatureScript. (View Post)1 -
Re: Centred Text in FeatureScript
@alan_budden I find that generally using `extrude` rather than `opExtrude` is also a good way to go to add sheet metal compatibility, since `opBoolean` can't cut sheet metal, and you also get the cut… (View Post)2 -
Re: [FS] Determine if feature is the final enabled feature in the part studio
@NeilCooke Is there a way that we could specify that a feature should flow towards the end, and so automatically insert features before it. Maybe something like annotation { "Insert Features Bef… (View Post)2 -
Re: What are the hidden arguments for opBoolean.
@Jacob_Corder There is only one other argument: localizedInFaces. It takes a boolean value, and if true, the tools and targets then have to be the specific faces that the operation happens on. This a… (View Post)4 -
Re: Rotate and Translate within one Transform Operation
@andrew_roley You can use the transform by mate connectors which allows a lot more freedom than rotate or translate (View Post)4