Macro Intersection
{{Macro |Name=Macro Intersection |Icon=Intersection_Icon.svg |Description=Finds the intersection between 2 or 3 selected edges / faces. |Author=TheMarkster |Version=2024.10.17 |Date=2024-10-17 |FCVersion=0.19 or later |Download=[https://wiki.freecadweb.org/https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/e/e7/Intersection_Icon.svg ToolBar Icon] |Links=[https://github.com/mwganson/intersection Full Documentation on Github] }}
Description
Finds the intersection between two or three selected edges or faces, also works with Datum Planes and Datum Lines. Creates a parametric feature python object containing the shape of the intersection. The intersection is typically either an edge or a vertex.
Usage
Select two or three edges, faces, Datum Planes or Datum Lines in the 3D view, then run the macro. Full documentation can be found on github: Intersection on github
*Macro Intersection screenshot*Legend
{{Codeextralink|https://gist.github.com/mwganson/acf6d419ee0d3b5636ea82221846d758/raw/dff80f8b50d83312e936104f6b062b88279add64/Intersection.py|Intersection.py}}
ToolBar Icon
Script
Macro Intersection.FCMacro
{{CodeDownload|https://gist.github.com/mwganson/acf6d419ee0d3b5636ea82221846d758|Intersection.py}}
⏵ documentation index > Macro Intersection
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Macro_Intersection.md