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.
How do I create a MAP variable?
joshtargo
Member Posts: 238 EDU
I want to store a bunch of information about a bunch of points.
I imagine it might look something like
var curvePoints = {};
for( i = blah blah blah)
{
curvePoints[i].start = something;
curvePoints[i].end = something;
curvePoints[i].radius = something;
}
but this isnt working.
0
Comments
is this it? it seems to be working
You got it. You can also do it like this:
-
We have a FeatureScript video lesson on this topic:
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴