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.
christopher_dziuba ✭✭
Reactions
-
Re: How to use Move boundary in FeatureScript - opMoveBoundary()
And of-coarse if you're trimming edges back you'll need to use "opEdgeChange" you'll have to figure out how to use it by studying the "Extend" tab in std library source: https://c… (View Post)1 -
Re: How to use Move boundary in FeatureScript - opMoveBoundary()
Actually I'll go one better: I've made an opTrimEdges function in case anyone wants to trim back the boundaries of a sheet/surface: export function opTrimEdges(context is Context, id is Id, surfacesO… (View Post)1 -
Re: How do I add buttons to a UI window like the ones in Routing Curve?
YEEEHAAAW thanks for this legend! (View Post)1 -
New Part Spacing Featurescript
Hey all, I've made a custom FS that separates parts an exact distance from each-other relative to a selected plane. took me a while so happy to share my little passion project milestone. This is part… (View Post)2 -
evCollision doesn't seem to work
I can't get all 8 "Clash type" results when clashing solid bodies. Here's what I can get: INTERFERE = Volumes and faces are intersecting ABUT_NO_CLASS = only faces are intersecting TOOL_IN_… (View Post)1