Bug Fix:
Correction of home directory path by default
(for txt file selection widget) on "Save" and "Load Points" functions
not handled previpusly for Window version.
Modification:
For "Point tab" changes for allowing more complex multi objects
selections, same improvements ongoing for other tabs for next release.
Addition:
into "Circle" TAB :
Arc=(3 Points):
Create one Arc depending on 3 points.
- First select 3 Points
- Then Click on the button
into "Wire 1/3" TAB :
Bezier Cubic=(4 Points):
Create a Wire (Bezier Cubic) from 4 selected points.
- First 4 Points
- Then push this button
into "Image" TAB (new tab):
Copy and Scale Image(s) :
Scale an image along desired direction(s) (make a copy first of
the original Image).
- First define the direction(s) on the right combo
(default is XY):
if X is selected then only X direction will be scaled
if XY is selected then the scale will be squared in X and
Y directions together
- Select one or several Images (in combo view)
- Select one Line (or 2 Points) (close to the Image) you want to
define new dimension.
(better to select a Line strictly in X direction if you want to
enlarge/squize the Image in X direction)
- Then give the target dimension of the Line (on the last right
LineEdit).
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.