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.
ilya_baran 
Reactions
-
Re: Linear Mass Custom Property via FeatureScript
Ah, you're passing in 1kg/m^3 for the density. Try: var material = getProperty(context, { "entity" : part, "propertyType" : PropertyType.MATERIAL }); var linearMass = evApproximat… (View Post)1 -
Re: Linear Mass Custom Property via FeatureScript
You can debug custom properties by making a part studio with parts in the same workspace -- and then a custom table will appear with rows for the parts and a column for the property. At that point, y… (View Post)2 -
Re: Nearly reached my limit with Onshape
Sorry about your experience, Peter. I've been helping support figure out what's going on (with the performance issue) and there's one performance tip regarding configurations and assemblies that I th… (View Post)9 -
Re: Improvements to Onshape - April 12th, 2023
Let me answer some approximateSpline questions. @venkatramana_reddy Simon is correct -- you can use the first and second derivative options to match curvature/tangency to a surface. Note that we do a… (View Post)10 -
Re: How do make lamborghini?
Just add the Lamborghini custom feature to your toolbar and specify its configuration (horsepower, towing capacity, number of steering wheels, the usual options). (View Post)9