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: FeatureScript Instantiator: Configurations + FeatureScript = more power, easier coding
@MBartlett21 Our current assessment is that the speedup is not worth it. For cases where "identity" or "name" is provided for the instance, we do still want multiple pattern opera… (View Post)3 -
Re: setFeatureComputedParameter() Generates error, but the broken code is the only code executing...
In your shoes, I'd also file an improvement request to simply display enum values as their annotated names without setFeatureComputedParameter! This would mean less code and also would get rid of the… (View Post)6 -
Re: Best way to get part a feature is related to
@Cappie_Pomeroy Correct, at a given version or microversion, those ids will always refer to the same parts. Versions and microversions are immutable in every way that can effect these ids. They are c… (View Post)1 -
Re: [FeatureScript] How to extrude outermost regions of text sketch without including interior cutouts?
I think you're looking for qSketchRegion(sketchId, filterInnerLoops). If that second argument is true, that query resolves to the outer entities only, not the holes in the middle, just like our extru… (View Post)1 -
Re: Mate connector for slider mate for tube roller on configurable diameter tube
FeatureScript Unified Spline will take multiple lines and arcs, and create a single spline through all curves which you can use for e.g. sketch tangent constraints. This has all the benefits of @Neil… (View Post)3