diff --git a/wiki/Macros_recipes.wikitext b/wiki/Macros_recipes.wikitext index 356680a7fac..fbf84f19dd9 100644 --- a/wiki/Macros_recipes.wikitext +++ b/wiki/Macros_recipes.wikitext @@ -276,6 +276,7 @@ If you have written a macro and want to include it in one of the categories on t * {{MacroLink|Icon=Text-x-python.png|Macro_export_transient_FEM_results|Macro export transient FEM results}}: This macro exports multiple FEM result objects from a transient analysis to the VTK format and generates a PVU file which can be used to load the results directly into ParaView for post-processing. +* {{MacroLink|Icon=Macro_GMSH.png|Macro_GMSH|Macro GMSH}}: Simple macro to create FEM Meshes by the Mesh Generator GMSH. It is possible to create linear or bilinear (quadratic) like Beam, Shell and Volume elements. @@ -531,12 +532,14 @@ If you have written a macro and want to include it in one of the categories on t * {{MacroLink|Icon=Macro_Stairs.png|Macro_Stairs|Macro Stairs}}: Create stair helix, create your stair nosing select and run the macro. +* {{MacroLink|Icon=TimingGear_icon.png|Macro_TimingGear|Macro TimingGear}}: Creates GT2/GT3/GT5 timing gears to be used with timing belts. * {{MacroLink|Icon=Macro_Triangle_AH.png|Macro_Triangle_AH|Macro Triangle AH}}: This macro creates a triangle by giving the head angle and the height of the triangle (the head of the triangle is positioned to the xyz coordinates 0.0). * {{MacroLink|Icon=Macro_WireXYZ.png|Macro_WireXYZ|Macro WireXYZ}}: This macro creates a Wire with the coordinates extracted from a file. The coordinates X Y Z are separated by a space. +* {{MacroLink|Icon=Text-x-python.png|Macro_Wiring_And_Hoses|Macro Wiring And Hoses}}: These macros support the creation and maintenance of Wires and Hoses. @@ -654,6 +657,7 @@ If you have written a macro and want to include it in one of the categories on t * {{MacroLink|Icon=FCTexture.png|Macro_Texture|Macro Texture}}: Create a project from a bmp image to create a texture easily. +* {{MacroLink|Icon=Image_Scaling.svg|Macro_Image_Scaling|Macro Image Scaling}}: Scaling of drawings, graphics, diagrams, blueprints and similar 2D images in the Image workbench. It works for images imported as planar images in the 3D space. * {{MacroLink|Icon=Macro_Texture_Objects.png|Macro_Texture_Objects|Macro Texture Objects}}: This macro allows you to temporarily put a texture image on the selected objects. @@ -792,6 +796,7 @@ If you have written a macro and want to include it in one of the categories on t * {{MacroLink|Icon=Applications-python.svg|Macro_TechDraw_AuxiliaryView|Macro TechDraw AuxiliaryView}}: Adds an auxiliary view to a TechDraw page. +* {{MacroLink|Icon=Applications-python.svg|Macro_TemplateHelper|Macro TemplateHelper}}: Generates a template to use with the TechDraw workbench, adds a new page with a new template object, and can supply a bill of material (BOM).