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.
kevin_o_toole_1 
Reactions
-
Re: How to get the "Part_Number" with FeatureScript?
@sebastian_egner Unfortunately, part properties like the part number cannot be gotten from FeatureScript. Conceptually, part properties are applied by several sources. The FeatureScript properties ar… (View Post)1 -
Re: How to get the "Part_Number" with FeatureScript?
@konstantin_shiriazdanov Yeah, that sounds like another good solution, where everything is set via FeatureScript! @sebastian_glanzner If you go that route, make sure to delete your Configured Part Pr… (View Post)1 -
Re: Use opBoolean() on all parts that contain a point
Probably you have some non-3D bodies in your query (sketch bodies, constructions planes, any bodies which are not BodyType.SOLID). So, the first thing I'd try is to make sure you have EntityType.BODY… (View Post)6 -
Re: Can a Configuration change the name of a Part based on the selected options
@john_whitley On the Part Number FS: You should be able to simply right-click "configure" any of the fields that comprise the part number and set them in configurations tables (or, use a co… (View Post)1 -
Re: How to Programmatically Import Image? Using skImage(...)?
Blob info of an image blob will come from an import of another tab. It will contain the right thing if the tab you import is a png, jpg, svg, etc (More info on imports here) Here's a working example … (View Post)1