Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. 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.

Options

Extend FeatureScript reference manual, especially for Sketch functions (skConstraint at least)

Dario MangoniDario Mangoni Member, Developers Posts: 15 EDU
Sketches are the foundation of any drawing and they are so powerful.
Why?
Because they allow to fix only some dimension while the others are evaluated (by OnShape) accordingly, depending on constraints!
This is how I do sketches. And this is how it should be done, I think.

However, this is not possible with FeatureScript, because skConstraint is missing any detailed documentation.
Many of the ConstraintTypes (e.g. CIRCULAR_PATTERN) need a map, as argument, that requires some specific fields, like localInstance.
Well, this is not documented at all: you need to reverse engineer the code from a standard sketch to grasp this info.

I know that this is not for laziness, but for a specific developers'choice, but this is very limiting!
I cannot do anything critical without these functions.
And moreover, these functions are already there! They need just a short description and maybe some refinement of the syntax, but that's all!
Tagged:

Comments

Sign In or Register to comment.