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.
Go to file
Rentlau 414bd24e9c Release of 2016-09-10 :
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).
2016-09-10 21:17:56 +02:00
WorkFeature Release of 2016-09-10 : 2016-09-10 21:17:56 +02:00
README.md Create README.md 2015-02-18 11:26:02 +01:00
start_WF.FCMacro Merge pull request #20 from Rentlau/2015_02_17 2015-12-16 06:57:46 +01:00
start_WF.py Release of 2016-09-10 : 2016-09-10 21:17:56 +02:00

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