Linear Pattern #256
Replies: 4 comments
-
@jgomez720 considering a 2d grid case would it make sense to:
|
Beta Was this translation helpful? Give feedback.
-
@Irev-Dev my take would be to do 3. Other programs use Linear Pattern Feature as the grid case as well. So the user can select one axis (OR two), and then set the spacing distance for each direction, as well as repetitions for both directions |
Beta Was this translation helpful? Give feedback.
-
tiny nit: if we name it "patternLinear" then users will type "pat" and get autocomplete for "patternLinear", "patternCircular", etc etc. IMO this is a better autocomplete experience than typing "linea" and getting "linearPattern" because typing "pat" will show you all the available patterns, help you learn the API. |
Beta Was this translation helpful? Give feedback.
-
these are merged into main and KCL, there is a bug with holes that is being fixed in the engine but the API wont change! |
Beta Was this translation helpful? Give feedback.
-
Feature Request: Pattern Feature
Description
A tool that enables users to efficiently replicate and arrange selected design elements or features along a specified linear path.
Functionality
Helpful Docs/Images
OnShape Linear Pattern Feature (Sketching)
PseudoKCL
This is how I would do the same thing as the example above in KCL
Beta Was this translation helpful? Give feedback.
All reactions