FeatureScript 101
/Learn FeatureScript from scratch
Adam walks step by step through FeatureScript for Onshape with examples, exercises, helpful context, and invaluable workflow tips. Even if you're not a coder, you can learn FeatureScript.
FeatureScript is a scripting language and Integrated Development Environment (IDE) for Onshape. It allows users to write first-class Onshape features that appear in the toolbar right alongside Onshape's native modeling features. In fact, all of Onshape's native modeling features are written using FeatureScript.
This series will be released in stages. Keep up with the latest on Twitter, SolidSmack, or sign up for email updates below.
In this video we build on last week's hex nut code to add a drop-down list of standard metric nut sizes. We'll begin with a simple example using simple reusable code snippets, and then implement that knowledge in our live code.