Macros recipes

From FreeCAD Documentation
Revision as of 15:25, 17 October 2016 by Berner (talk | contribs)
Tutorial
Topic
Macros
Level
Beginner
Time to complete
Authors
FreeCAD version
Example files
See also
None


This page contains macros to add functionality to your freecad installation

Macros

Object creation

  • {{{2}}} : creates a rectangular cuboid from 4 points
  • {{{2}}}: creates a solid by sweeping a 2D profile along a trajectory previously selected in the 3D view. The 2D elements can be created through the regular tools in FreeCAD's GUI.
  • {{{2}}}: creates a parametric rectellipse
  • {{{2}}}: creates a circle on 3 selected points, the points can be objects (this example brings together the two examples below, all parameters simply settle on a graphic window).
  • {{{2}}}: creates a circle from 3 selected points 2D orthogonal
  • {{{2}}}: creates a circle from 3 selected points in the space 3D
  • {{{2}}}: creates a arc from 3 selected points
  • {{{2}}}: This macro creates a screw with or without thread, according to ISO standards (screw_maker1_6.py.zip with Pyside support). (Screw Maker 2.0 - new version!)
  • {{{2}}}: This macro creates a geodesic dome shell
  • {{{2}}}: The aim of BOLTS is to build a free and open-source standard parts library for CAD applications.
  • {{{2}}} Makes an ellipse by selecting three points (in this order): centre, major radius and minor radius
  • {{{2}}} : Imports and scales a .dat airfoil to desired chord length.
  • {{{2}}}: Create a line giving coordinate XYZ length and angle to plane X Y
  • {{{2}}}: Cut a line and create x points, giving the number of points, create line or not, create points or not, create bicolor or not on choice.
  • {{{2}}}: Create a circle or arc giving radius, diameter, circumference, area, startangle, endangle, arc, anglecenter, cord, arrow, center (point) on choice.
  • {{{2}}}: Cut a circle or arc and create x arcs, giving the number of cut.
  • {{{2}}}: this macro convert the object line, wire in line Dash, DashDot, DashDotDot,ZigZag and Hand with the dimensions given.
  • {{{2}}}: This macro create one triangle creates a triangle by giving the head angle and the height of the triangle (the triangle of the head is positioned to the xyz coordinates 0.0)
  • {{{2}}}: Create a project from a bmp image to create a texture easily
  • {{{2}}}: Create a loft with a list of wire (specially created for Macro Texture see above)
  • {{{2}}}: Starts the Parts library browser
  • {{{2}}} : This macro red trace (editable) around the BoundingBox with 6 rectangles
  • {{{2}}}: This macro create a text around a cylinder
  • {{{2}}}: Allows the user to create a Geneva wheel mechanism from scratch. Must edit values within the Macro to alter the size of the object.
  • {{{2}}}: A GUI front end that allows the user to create a Geneva wheel mechanism from scratch.
  • {{{2}}}: This macro creates a Wire with the coordinates extracted from a file. The coordinates X Y Z are separated by a space.
  • {{{2}}}: This macro create one spring truncate, the troncature is adjustable on the all coil to choice.
  • {{{2}}}: This macro help you to create an Arch Axis System along a line with a set of parameters.
  • {{{2}}}: creates side and top/bottom walls for a cabinet with drilled holes for connection parts of manufacturer Hettich.
  • {{{2}}}: This macro generates both three dimensional half-hull and full-hull models from a series of 2D line drawings.
  • {{{2}}}: Create stair helix, create your stair nosing select and run the macro.
  • {{{2}}}: This macro reproduce all element selected subobject wire or face.
  • {{{2}}}: Additional Workbench to create different types of gears, involute gear, involute rack, cycloide gear, bevel gear.

Object transformation

  • {{{2}}}: copies the selected object several times, on an array grid
  • {{{2}}}: flattens draft wires that are not planar to their median Z coordinate
  • {{{2}}}: flattens draft wires that are not planar to a plane defined by 3 points
  • {{{2}}}: converts selected meshes to parts
  • {{{2}}}: Converts selected parts to VRML meshes for small size and faster loading (VRML models Kicad and Blender compatible)
  • {{{2}}}: allows to find and joint all non connected edge to the closest non connected one using a line
  • {{{2}}}: removes all parametric associativity from an object, leaving it as a "dumb" shape
  • {{{2}}}: Forces the creation of a Wire from lines and arcs that don't necessarily touch each other. Use this if normal wire operation fails
  • {{{2}}}: Sometimes arcs are transformed into BSplines, for example when scale operations have been applied to them. This macro recreates valid arcs from them. Useful before exporting to dxf
  • {{{2}}}: Converts the selected Face to a single Sketch without constraints.
  • {{{2}}}: Converts the selected Edges to a circular Arc if possible. Useful for restoring discretized arcs.
  • {{{2}}}: Creates a clone of the object and the converted in the chosen position and size (inch, mm, m, µm...). The base object is recognized in mm (FreeCAd base)
  • {{{2}}}: This macro create face from a DXF file, the "Layer" are recognized separate and trained in groups.
  • {{{2}}}: This macro converts selected elements of imported dxf to face and sketch.
  • {{{2}}}: Macro for easy scaling drawings, graphics, diagram, blueprint and similar 2D images in Image workbench.
  • {{{2}}}: apply linear space transformations to distort shapes. E.g., non-uniform scaling, shearing, mirroring, axes swapping.
  • {{{2}}}: This macro easily creates a connection between two objects, an object and a point or between two points (the center of the objects are the starting and ending points of the sweep) can be selected form a configurable ellipse polygon circle
  • {{{2}}} (parametric): alternative implementation of Part Section tool, more suitable for making sweep paths.
  • {{{2}}} (parametric): Boolean operation. Similar to Part Common, but with custom overlap count threshold.
  • {{{2}}}: This macro create boolean operation with the objects selected just select the wires give the thickness and click "Create"

3D View operations

  • {{{2}}} This macro rotates the current view by 90° to the left. Only works if you are in Top view.
  • {{{2}}} Provides a GUI to permit rotation of view by precise amounts in all three directions.
  • {{{2}}} This macro allows you to temporarily put a texture image on the selected objects.
  • {{{2}}} This small macro turns the arrow of the mouse in a precision cross.
  • {{{2}}} This macro aligns the current view to a selected face.
  • {{{2}}} This macro align the selected object to the current View and set the coordinates Placement of the camera.
  • {{{2}}} This macro align the face of the selected object to the current View (in case face hole the hole is placed to the view).
  • {{{2}}} This macro testing if one selection are duplicate , select the object IN THE 3D VIEW the "ForbiddenCursor" stay if the or one selection is duplicate, the macro stay resident.

Wizards

  • {{{2}}}: Creates an unfolded part from a sheet-metal-part.
  • {{{2}}}: allows to unroll ruled surfaces and to draw them on a page.
  • {{{2}}}: allows to unfold the surfaces of a box of any shape and to draw them on a page.
  • {{{2}}}: A GUI front end that allows the user to create a Geneva wheel mechanism from scratch.
  • File:Part Prism Apothem.png {{{2}}} A GUI dialog that creates an Apothem, (inradius) Based Prism from user input.

Utility

  • {{{2}}}: shows how to give information to the user through the GUI.
  • {{{2}}} : Gives a series of information about the selected shape and can display a conversion of length, inclination (degrees, radian, grade) shape, surface, volume and the weight of the form in the density selected in various international and Anglo-Saxon units
  • {{{2}}} : same as above, but for Linux
  • {{{2}}} : Gives a series of information about the selected shape and displayed in screen 3D
  • {{{2}}} : Provide informations coordinates, length and angles in real time on the mouse in a bubble annotation displayed in the 3D screen
  • {{{2}}}: Exports current design to slicer software or CAM software.
  • {{{2}}} : Gives the Delta values and the distance between 2 points
  • {{{2}}} : This macro red trace (editable) the center face (mass) with 1 point and print the coordinates
  • {{{2}}}: User-friendly "Info" module created by a FreeCAD user
  • {{{2}}}: Add the macros found in the macros folder to the Macros menu of FreeCAD
  • {{{2}}} : Forces manual recompute of model
  • {{{2}}}: Shake a sketch in order to discover its unconstrained parts.
  • {{{2}}}: Replaces a part (simple copy) in an "Assembly" with another Part (simple copy).
  • {{{2}}}: Tool utility to create plans of the axes, planes from 3 points, axes on a form, information on the coordinates of the shape and many other useful features to facilitate the creation of your project. This utility is up next in the combo view.
  • {{{2}}}: This macro generates a listing of all objects in the current document - the list can be in a window or on the Report view.
  • {{{2}}}: This pair of macros allow you to alter the Navigation Style while in the Sketcher.
  • {{{2}}}: This macro toggles the Drawstyle of the selected object
  • {{{2}}}: This macro toggles the visibility of various supporting panels in FreeCAD, allowing the main window to be viewed with all available screen space.
  • {{{2}}}: This macro provides a cut/copy/paste workspace for Python code, it is segmented so different sections can be selected and it is persistent between FreeCAD sessions.
  • {{{2}}}: This macro provides a utility to assemble a project from sub-project files using the Merge Project facility.
  • {{{2}}}: This macro can rotate the screen in a defined angle and the defined axis and creates a plan to face the screen to create a form in the specified plan positions the selected face facing the screen, to detect the position of the camera ...
  • {{{2}}}: This macro facilitates the user selecting global variables and monitoring their values.
  • {{{2}}}: Highlight common parts.
  • {{{2}}}: Compute the difference between two shapes.
  • {{{2}}}: This little macro create one Property additional (memo or other text) for you object (only Draft)
  • {{{2}}}: Set of three macro, macro 1: hidden the objects not selected, macro 2: displayed alls objects, macro 3: hidden alls objects.
  • {{{2}}}: All visible objects in the tree will be selected.
  • {{{2}}}: displays an interactively slidable cross-section.
  • {{{2}}}: Compute the radius of a circle by 3 points or a circular edge.
  • {{{2}}}: Copy contents of 3DView resized 640, 480 px to clipboard .

Mathematical functions

  • {{{2}}}: Draw a function described by parametric equations x(t), y(t) and z(t).
  • {{{2}}}: draws a function described by an equation z=F(x)
  • {{{2}}}: Based on the above macro, but for parametric and optionally polar equations.

Animation

  • {{{2}}} : Rotation rod and piston
  • {{{2}}} : Simulation of one spring
  • {{{2}}} : Open and close hinge
  • {{{2}}} : Assembly animate
  • {{{2}}}: Animate angle constrain in sketcher
  • {{{2}}}: Simulation of movements of a 3D printer

Raytracing

  • {{{2}}} : Export from FreeCAD to Kerkythea

FEM

  • {{{2}}} : Create FEM Meshes by GMSH Mesh Generator

Drawing Workbench

  • {{{2}}}: allows the user to get the view of his object in a drawing with 4 different position (front,top,iso,right). Needs some modification to be perfectly effective
  • {{{2}}}: pops up a dialog asking for the dimensions of your corner piece, then creates the object in the document and creates a page view with top, front and lateral views of the piece
  • {{{2}}}: This GUI macro to fill simply all fields of the cartridge of the plan implementation worksheet FreeCAD, the format of the date and the symbol of the projection mode adapt to the EU region or US selected.
  • {{{2}}} This GUI macro to fill simply all fields of the cartridge model 1 of the plan implementation worksheet FreeCAD, the format of the date and the symbol of the projection mode adapt to the EU region or US selected.
  • {{{2}}} This GUI macro to fill simply all fields of the cartridge model 2 of the plan implementation worksheet FreeCAD.
  • {{{2}}}: Get the normal vector of a preselected face for creating a drawing view normal to that face

How to use?

Macro how to install
Macro how to install

The above macros can easily be plugged on any FreeCAD installation

  • Copy the macro python code from the corresponding macro page
  • In FreeCAD, Macro->Macros->Create new, and give it a name
  • Paste the python code you copied
  • Hit the Save button, and restart FreeCAD
  • Open the Macro manager, select your new macro and click "execute"
  • Tutorial How to install macros

Additionally, you can also add your new macro to a custom toolbar

  • In FreeCAD, go to Tools -> Customize
  • In the Macros tab, add a new macro, and, if you like, define an icon and a keyboard shortcut
  • In the Toolbars tab, create a new toolbar, and add your macro, taking it from the "Macros" category.
  • Tutorial Customize ToolsBar

Adding new macros to this repository

  • Create a new page, beginning its name with "Macro", for example "Macro_Macro_My_Excellent_Macro", this can be done simply by editing this page, and adding a new link to your macro, like this:
    "[[Macro My Excellent Macro]]: My excellent macro". A new page (red link) will be created.
  • In that page, paste the following text:

(With the default icon)

{{Macro|Icon=Text-x-python|Name=Macro_Macro_My_Excellent_Macro|Description=What my excellent macro does|Author=Berner|Version=1.0}}

(With the icon custom)

{{Macro|Icon=Macro_Macro_My_Excellent_Macro|Name=Macro_Macro_My_Excellent_Macro|Description=What my excellent macro does|Author=Berner|Version=1.0}}

(Another language with the default icon (example "/fr" "/de" "/it"....))

{{Macro/fr|Icon=Text-x-python|Name=Macro_Macro_My_Excellent_Macro|Name/fr=Macro_My_Excellent_Macro|Description=
 What my excellent macro does|Author=Berner|Version=1.0}}

(Another language with the icon custom (example "/fr" "/de" "/it"....))

{{Macro/fr|Icon=Macro_Macro_My_Excellent_Macro|Name=Macro_Macro_My_Excellent_Macro|Name/fr=Macro_Macro_My_Excellent_Macro|Description=
 What my excellent macro does|Author=Berner|Version=1.0}}
  • You can also Upload a custom format icon.png
    Note that the name of the icon must have the same name as the name of the macro.
    • example : " Macro_Macro_My_Excellent_Macro " without extension (the extension is given by the system), and, replace " Icon=Text-x-python " by " Icon=Macro_Macro_My_Excellent_Macro "
    • Text-x-python is the default icon of the page dedicated to the Macro.
  • Paste your macro, and use the Code template to avoid adding spaces into your script. This will display the macro in a monospace font inside a light grey box like the example above.
  • If you like, upload a .png icon with the exact same name as your macro page (ex. Macro_Macro_My_Excellent_Macro.png)
  • Add an image: an image is useful to show what the macro does. Optionally you can create an animated gif that represents the object in context. The gif image should have a maximum size of 500x500px as the wiki does not resize animated gifs; if the gif is any bigger the animation won't work.
  • Optionally you can add some more info on how to use your macro, tips, limitations and workaround.
  • It is also interesting to include version information in your macro. This macro allows you to locate in time compared to the evolution of FreeCAD, do "Menu > Help > About FreeCAD and click to Copy to clipboard" and paste it your macro

Ex:

#OS: Windows Vista
#Platform: 32-bit
#Version: 0.14.3389
#Python version: 2.6.2
#Qt version: 4.5.2
#Coin version: 3.1.0
#SoQt version: 1.4.1
#OCC version: 6.5.1

It is also advisable to create a macro in your header, this header can be used by the Plugin Loader program to install the macro and check versions. Also available addons_installer.FCMacro

Ex:

__Title__="Title_Of_macro"
__Author__ = "User_Name"
__Version__ = "00.11"
__Date__    = "25/07/2015"

__Comment__ = "This is the comment of the macro"
__Web__ = "http://forum.freecadweb.org/viewtopic.php?f=3&t=7384"
__Wiki__ = "http://www.freecadweb.org/wiki/index.php?title=Macro_Title_Of_macro"
__Icon__  = "/usr/lib/freecad/Mod/plugins/icons/Title_Of_macro"
__IconW__  = "C:/Documents and Settings/YourUserName/Application Data/FreeCAD"
__Help__ = "start the macro and follow the instructions"
__Status__ = "stable"
__Requires__ = "freecad 0.14.3706"
__Communication__ = "http://www.freecadweb.org/wiki/index.php?title=User:User_Name"
  • Add it to the above categories, create a new category if needed.

Tutorials