-
Is it possible to add images into action items without putting pictures into the projects?
Looking to add images with drawings on what I want to add to a certain part to help convey ideas.
-
PSA - New FeatureScript UI Options
Onshape recently updated the UI precondition parser, which unlocked some new options for specifying UI. Since it seems these changes didn't make it into the changelog, I figured I'd make a post highlighting some of the new additions: * Group parameters can now be driven by Quantity parameters. This results in the group…
-
New Feature: Mate Pattern
So I was modeling some regular polyhedra, trying to figure out how to do so in steps I could replicate on a manual milling machine (to make them out of aluminum later), and realized many of the steps were duplicates along different axes, and thought: "why spend 5 minutes doing this manually when I could spend 5 hours…
-
Learning FeatureScripts
Hello everyone, I wanna deep dive into Feature Scripts and learn how to create my own. Where do I start? What should I know before? Are any coding skills required? @Evan_Reese @MichaelPascoe @MBartlett21
-
Improvements to Onshape - May 7th, 2021
May is here and we’re kicking off this month with an update! This release has a lot of exciting new drawing improvements. Let’s take a look! CAD IMPROVEMENTS FULL ROUND FILLET The fillet tool has been improved to create full round fillets. https://onshape.wistia.com/medias/pobxu91y30 DRAWING IMPROVEMENTS DATE FORMAT…
-
New Custom Feature: Rename Beams
This is mostly just recycled code from the beams feature. In our case, it's really nice to have the beams named accurately, including the length, which obviously changes with move faces or what have you. So the idea is that you put this feature after all of your manipulation to the beams, it remeasures the length, and sets…
-
access control of students data
Quote from "An Introduction to Agile Product Design – by Onshape" document: Can we add a "Student" role so that we, educators, can use this feature for real-time control and grading of student activities? Or is there such an existing feature that can be utilized for this purpose? Fethi
-
Projected Extrude FeatureScript (V1.1.2)
Over winter break I had some time to write this new featurescript which returns a part from the intersection of two nonparallel sketches. It is mostly a copy of the Projected curve feature which is already part of our feature set. Thanks to @lana and @Jake_Rosenfeld for the extra help!
-
Configurations update: Edit FeatureScript IDs
In addition to the other new features already mentioned, Onshape 1.78 added a piece of functionality specifically for the purpose of writing FeatureScript that builds configured Part Studios. As you may already know, the user-facing names of configuration inputs and the user-facing names of configuration table rows can be…
-
[New] Four Bar Linkage Generator FeatureScript
Hello all, I have been working on this Four Bar Linkage Generator FS for some time now. It creates the sketch lines for each link and plots the displacement curve for a specified point. All that is needed is a mate connector for the origin. Give it a try and reply with whatever cool linkages you come up with!…