Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Adds 12 fibres to a tube node
- var fibres= [
- "1-Blue",
- "2-Orange",
- "3-Green",
- "4-Brown",
- "5-Slate",
- "6-White",
- "7-Red",
- "8-Black",
- "9-Yellow",
- "10-Violet",
- "11-Rose",
- "12-Aqua"
- ];
- fibres.forEach(create_fibres);
- function create_fibres(item) {
- child= node.createChild(item);
- };
- c.statusInfo = "Tube fibres added";
Advertisement
Add Comment
Please, Sign In to add comment