@@ -132,9 +132,9 @@ <h2>3D</h2>
132132 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#cylinder "> cylinder</ a > (h,r1|d1,r2|d2,center)</ code >
133133 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#polyhedron "> polyhedron</ a > (points, faces, convexity)</ code >
134134 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Importing_Geometry#import "> import</ a > ("….< span class ="tooltip "> ext< span class ="tooltiptext "> formats: STL|OFF|AMF|3MF</ span > </ span > ", convexity)</ code >
135- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#Linear_Extrude "> linear_extrude</ a > (height,center,convexity,twist,slices)</ code >
136- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#Rotate_Extrude "> rotate_extrude</ a > (angle,convexity)</ code >
137- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#Surface "> surface</ a > (file = "….< span class ="tooltip "> ext< span class ="tooltiptext "> formats: DAT|PNG</ span > </ span > ",center,convexity)</ code >
135+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#linear_extrude "> linear_extrude</ a > (height,center,convexity,twist,slices)</ code >
136+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#rotate_extrude "> rotate_extrude</ a > (angle,convexity)</ code >
137+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#surface "> surface</ a > (file = "….< span class ="tooltip "> ext< span class ="tooltiptext "> formats: DAT|PNG</ span > </ span > ",center,convexity)</ code >
138138 </ article >
139139 < article >
140140 < h2 > Transformations</ h2 >
@@ -203,8 +203,8 @@ <h2>Type test functions</h2>
203203 </ article >
204204 < article >
205205 < h2 > Other</ h2 >
206- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#Echo_Statements "> echo</ a > (…)</ code >
207- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#Render "> render</ a > (convexity)</ code >
206+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#echo "> echo</ a > (…)</ code >
207+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#render "> render</ a > (convexity)</ code >
208208 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/User-Defined_Functions_and_Modules#Children "> children</ a > ([idx])</ code >
209209 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#assert "> assert</ a > (condition, message)</ code >
210210 < s > < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Conditional_and_Iterator_Functions#Assign_Statement "> assign</ a > (…) { … }</ code > </ s >
@@ -219,7 +219,7 @@ <h2>Functions</h2>
219219 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/String_Functions#str "> str</ a > </ code >
220220 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/String_Functions#chr "> chr</ a > </ code >
221221 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/String_Functions#ord "> ord</ a > </ code >
222- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#Search "> search</ a > </ code >
222+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#search "> search</ a > </ code >
223223 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#OpenSCAD_Version "> version</ a > </ code >
224224 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#OpenSCAD_Version "> version_num</ a > </ code >
225225 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#parent_module.28n.29_and_.24parent_modules "> parent_module</ a > (idx)</ code >
0 commit comments