FreeCAD / FreeCAD-macros

A repository for FreeCAD macros
https://freecad.org/wiki/Macros_recipes
145 stars 134 forks source link

macro for datum Plane local Axis #161

Closed FabLabBaramati closed 11 months ago

FabLabBaramati commented 11 months ago

Thank you for creating a pull request to contribute to FreeCAD-macros! To integrate your macro please make sure the following steps are complete:

And please remember to update the Wiki with the features added or changed once this PR is merged.
Note: If you don't have wiki access, then please mention your contribution on the 0.19 Changelog Forum Thread.


DatumPlaneLocalAxis 1.The macro will add small X, Y, and Z axis representations on the selected datum plane in the 3D view. The X-axis is represented in red, the Y-axis in green, and the Z-axis in blue.

  1. To clear the axis representations, simply click on the macro again, and the representations will be removed.
luzpaz commented 11 months ago

@galou can you take a look at this ?