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.
Search
-
Re: What would be the best way to have an assert on a variable
The max function works in this case. If you ever need more detailed statements instead of a simple function, ternary conditional operators are the way to go. So in the statement below, if the modified line diameter is greater than the sheaveWidth, return the modified diameter; else, return the sheaveWidth.… -
Re: set field default to variable
Not as such. That default value is stored statically as part of the custom feature type, and not recalculated dynamically in an environment that knows about external variables. A possible workaround is to copy the wiring feature and add an editing logic function that: * Is only called on creation (i.e. leaves out the… -
Helical staircase dilema
I have produced a drawing which makes a spiral staircase using the variables CoreDiameter, OuterDiameter, StaircaseHeight, StaircaseRotation, StepNumber and TreadOverlap. https://cad.onshape.com/documents/1711a00820d4382187710129/w/6a85f1dcbda4ec6409b8a4c6/e/0828299211e39ea005a0f62a This works fine. Apart from, due to the…
3 results