Tool utility to create Points (mid points, center of circle, center of object(s)...), Axes (from 2 points, Normal of a plane...), Planes (from 3 points, from one axis and a point...) and many other useful features to facilitate the creation of your project. This utility is up next in the combo view with "Work Features" label.
![]() Modification and addition: Creation of TAB : Wire 2D and 3D parametric functions panel. A set of predefined functions is available via a combo box. With possible saving of your parametric functions into a file in the home directory. Creation of TAB : Sweeping Move of Section Sweep from "Object" TAB into "Sweeping" TAB: into "Object" TAB : Compute the common parts between selected shapes. - Select at least two objects and click. Highlight common parts by showing the common shape in red and setting half- transparency on original parts (the original objects are not modified). Original code from HighlightCommon.FCMacro https://github.com/FreeCAD/FreeCAD-macros/blob/master/Utility/HighlightCommon.FCMacro Authors = 2015 Javier Martinez Garcia into "Object" TAB : Compute the difference parts between selected shapes. - Select two objects and click. Compute the difference between two shapes. Additions are marked red, removals are marked green. Both original parts will be half transparent. The volume of the additions and removals are printed in the console. Original code from HighlightDifference.FCMacro https://github.com/FreeCAD/FreeCAD-macros/blob/master/Utility/HighlightDifference.FCMacro Authors = 2015 Gaël Ecorchard (Galou) into "Axis 1/2" TAB : Axis=(Points): Create a "best fit" line from a set of points using Singular Value Decomposition.. - First select several Points - Then push this button The 3 eigenvectors are generated. Orange one is the best fit line. |
||
---|---|---|
WorkFeature | ||
README.md | ||
start_WF.FCMacro | ||
start_WF.py |
WorkFeature
Tool utility to create
- Origin (X, Y Z axes, Origin (0,0,0) point and XZ, XY, YZ planes)
- Points (Center of Mass of object(s), mid points, center of circle, ...),
- Axes (from 2 points, Normal of a plane...),
- Planes (from 3 points, from one axis and a point...) and many other useful features to facilitate the creation of your project.
This utility is up next in the combo view with "Work Features" label. Several Tab will be added into this widget : W.F. (for tolls access) and Pref. (For preferences...dev on going) into Tab W.F. : Origin (for Origin tools) Point (for Point creation) Axis (for Axis creation) Circle (for Circle and Ellipse creation) Plane (for Plane creation) Object (for Bounding box and Object creation) View (for View change) Modif. (for Object cutting)
The MACRO will create into your FreeCAD document a new Group named : WorkFeatures Depending of the tool you will use it can be created the following sub Groups : WorkFeatures/ Origin WorkPoints WorkAxes WorkPlanes WorkBoxes WorkObjects