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.
Improvements to Onshape - October 27th, 2020
How do you update to the latest version of Onshape? Just Sign-In - I'm extremely proud to present the new features in this latest release!
INTRODUCING: WHERE USED
The advanced search tool in Onshape helps you quickly find any version or revision of a Part or Assembly, but it doesn't tell you where that Part or Assembly has been used throughout your organization. To address this, a new capability has been added that allows you to interrogate your search results and perform a "where used" or reverse search, starting with the Part or Assembly and searching upwards through every Subassembly, Assembly and Drawing that references it. This is important when considering the impact of an Engineering Change Request.
To make sure we deliver the best experience for everyone, we will gradually roll out this new functionality. It is available now to all Onshape Enterprise customers and will be made available to all Onshape Professional customers in the coming months.
CAD IMPROVEMENTS
AUTOMATIC VIEW SIMPLIFICATION
When you insert a view of a large assembly into a drawing, Onshape now automatically determines the best setting for view simplification based on the complexity of the view geometry. This leads to performance improvements when inserting views of large assemblies.
NEW NOTIFICATIONS ICONS
When you hover over the notification area, a new delete icon will appear to let you delete the notification. The blue dot next to the delete icon indicates an unread notification. After the message has been read, you can click on the grayed out dot to mark it as unread again.EXPORT OBJ FILE FORMAT
The OBJ file format is now available in the export menu in Assemblies and Part Studios. If you choose this export format, a ZIP file is created which contains both the OBJ and MTL file.
SETUP WALKTHROUGH
When a new user signs in to their Onshape account for the very first time, they are now guided through a series of account setup options. When a new team member is onboarding or you are setting up a new account, you won't miss any of the options that are available in your account preferences and you'll be able to get to work more quickly and more efficiently.
ENTERPRISE IMPROVEMENTS
NEW DASHBOARD: MODELING TIME PER PROJECT PER DAY
A new chart has been added to the User Dashboard to show each user's modelling time per project per day. This gives executives and project managers an overview of the contributions made by each user on each project to enable better decisions and better resource management.
SUPPORT FOR GOOGLE SSO - DOMAIN WHITELIST
When setting up Google SSO, the admin of your enterprise may now add a specific domain to the new "Domain Whitelist" field. This allows anyone with that email domain to sign in to that specific enterprise. Help documentation on how to set up Single Sign On with Google can be found here.EDUCATION ENTERPRISE: SIMPLIFIED USER MANAGEMENT
All users within an Onshape Education Enterprise account are full members by default, so we have simplified the process of adding new users by removing the Light and Guest user options.FEATURESCRIPT IMPROVEMENTS
NAMED ATTRIBUTES
Attributes created using setAttribute can now be assigned a name. Using a name makes attributes easier to retrieve rather than having to construct an attributePattern. A new set of queries have also been added so you can query by name, name/value or name/attributePattern. Help documentation for named attributes and how legacy unnamed attributes are handled can be found here.
setAttribute(context, { entities: myQuery, name: "myAttribute", attribute: myValue }); getAttributes(context, { entities: myQuery, name: "myAttribute" }); qHasAttribute("myAttribute"); qHasAttributeWithValue("myAttribute", myValue); qHasAttributeWithValueMatching("myAttribute", { "field1" : "value1", "field2" : "value2" });
Please take a moment to try out these new features and improvements and leave your comments below. For a detailed list of all the changes in this update, please see the changelog.
Remember: The updates listed here are now live for all users when creating new Documents and over the next few days these features will also be available in Documents created before the date of this update.
Comments
Eduardo Magdalena C2i Change 2 improve ☑ ¿Por qué no organizamos una reunión online?
Partner de PTC - Onshape Averigua a quién conocemos en común
setAttribute(context, {
instead
In this case is the attribute member of the map necessary? Seems we just want to name a query relative to our stuff so we can use that in future.
www.virtualmold.com
Is there any way as a pro user we can get the MODELING TIME info? This would be very useful. I am not expecting the details of enterprise but for smaller users or contractors being able to check this would be very useful. Also as a user under Enterprise, it would be great to be able to see this info to help self-manage time spent.
Twitter: @onshapetricks & @babart1977
You do need to set a value for the attribute, but you can set it to something simple like
true
, and still get the full value of qHasAttribute() later on.chadstoltzfus@premiercb.com
What ones in particular are you waiting for?
I'll add my votes to any improvement requests you have open if you link them here
Oh well, could be worse...
Eduardo Magdalena C2i Change 2 improve ☑ ¿Por qué no organizamos una reunión online?
Partner de PTC - Onshape Averigua a quién conocemos en común
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Sounds like a units mixup. Scale off by 1000 would sound like one unit set is meters and the other mm.
Onshape, Inc.
OBJ is a unitless filetype so we do not store the units when exporting. You will likely need to change the import units on the application you are using to import the file.
Onshape, Inc.
https://youtu.be/ZJUK0ikD2qM
Eduardo Magdalena C2i Change 2 improve ☑ ¿Por qué no organizamos una reunión online?
Partner de PTC - Onshape Averigua a quién conocemos en común