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: FeatureScript makeArray with index value
Your case is what the math module's range functions are designed for (the function is optimized to be faster than doing it with a loop yourself). If you need numbers that aren't linear, you… (View Post)1 -
Re: skText too big, how can I define its origin and sizes on sketch?
Assuming you mean to use skText via FeatureScript: You can do it with skContraint, but setting the initial guess correctly becomes tricky. Instead, what people usually do is to just create the sketch… (View Post)1 -
Re: Matrix object constructor?
You can create a matrix by adding the type tag to the appropriate data structure: [[0, 1], [2, 3]] as Matrix ...but you're right that it would be more consistent to have a matrix() function whic… (View Post)1 -
Re: Consistent normals for cirlces
Your code looks good. Yes, circleEdge should be a query for a single entity. Assuming that entity is from a sketch, everything should resolve. I just tried and this works for me: https://cad.onshape.… (View Post)1 -
Re: Can I import .dat files using a feature script?
Actually, now that I think about it... Seems to me like a better ad hoc solution (which doesn't involve the API at all) is to just put all your data into a single CSV file (with 3 rows dedicated… (View Post)6






















