discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] De-vectoring a vector

H
howie
Wed, Feb 1, 2017 8:17 AM

Problem solved.

Extract the 0th element from the vector.

echo (idx) produced ECHO: [18}
echo (idx[0]) produces ECHO: 18

--
View this message in context: http://forum.openscad.org/De-vectoring-a-vector-tp20280p20291.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Problem solved. Extract the 0th element from the vector. echo (idx) produced ECHO: [18} echo (idx[0]) produces ECHO: 18 -- View this message in context: http://forum.openscad.org/De-vectoring-a-vector-tp20280p20291.html Sent from the OpenSCAD mailing list archive at Nabble.com.