hi if my function has several lines say f(x) is calculated by : what is the syntax in openscad ? i dont really understand where to whatch here to have the answer : https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/User-Defined_Functions_and_Modules#Functions -- Sent from: http://forum.openscad.org/ _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Roughly speaking, the function goes from the spot where you have "function" until there's a semicolon. You can check the manual for examples (like the one for quicksort) that might clarify things. -- Sent from: http://forum.openscad.org/ _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org