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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: Names of parts with parameters values inside
sadly if you once have edited the name of the part manually you can't change it's name via featurescript anymore. this is how onshape properties work (View Post)1 -
Re: Creating consistent lines in a path
if your path consists of linear edges only, and you need a line of each edge in the path order then you need to iterate through the edges and evaluate the line of each for (edge in path.edges){var L … (View Post)1 -
Re: BEST APPROACH AT GENERATING MULTIPLE DESIGN VARIATIONS BASED ON A VARIABLE-CONSTRAINED PART STUDIO
there is Instantiator interface which allows to derive parts from one part studio to another setting configuration parameters for a source part studio, but if I remember correctly it doesn't allow co… (View Post)1 -
Re: Fresnel Lens 3D model (rotationally symmetric spherical surfaces with a maximum sag from plane)
i was surprised when it properly recognized the face to split and moove on each iteration, thats really cool when sofware works as you expect (View Post)1 -
Re: Names of parts with parameters values inside
I have Property explorer FS for setting properties based on external variables - select the part, then select a property and put in string expression for the property: for example: "tube of &quo… (View Post)2