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.
variable table
Discussion List
-
Converting Variable Type (Angle to a Number)
New to Onshape and was wondering if there's a way to convert an Angle variable type to a Number? Trying to circular pattern and calculate the number of instances based on the angle variable but it does not like, so is there a way to either convert it or somehow allow me to do some math on it. If I convert the angle to a…
-
Insert Variable Table into a drawing
Is it possible to insert a Variable Table into a drawing as a Reference? Pat
-
Variable Table Symbol on far right side has disappeared
Hi On the far right side of the screen, together with the Appearance Panel, Configuration Panel and Custom Tables, there used to be a symbol to open the Variable Table. The last one has disappeared since yesterday. Where can I find it? Thanks for your help!
-
Sorting Variable Name
When I created feature script that import data from CSV then add to Variable Table, the arrangement are random. How can make the arrangement the way I wanted? Here's the script: FeatureScript 1711;import(path : "onshape/std/geometry.fs", version : "1711.0"); annotation { "Feature Type Name" : "CSV Configurator"} export…