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 62d4e30670 Release of 2015-03-15 :
Modification :
	Cut in two parts TAB "Points" and TAB "Axis"

Addition :
	into "Ori. Pref." TAB :
		bi Color flag		
			Change the successive lines to be bicolor (red and white) for 
			the following functions:
				- in "Axis 1/2" TAB:
					Axes=Cut(Wire)
				- in "Circle" TAB:
					Arcs=Cut(Circle) 

	into "Points 1/2" TAB :
			Points = Cut (wire)
				Create Points by Partition:
				Cut the selected wire(s) in 2(n) parts and create 2(n) Points 
				with function discretize.
				The number indicates in how many parts to cut.
				Wires can be:
					Line
					Circle
					Arc
					Ellipse
				An object must also be seleted but before any Wire to cut
				 all his edges! 

	into "Axis 1/2" TAB :							
	         	Axes=Cut(Wire)
				Create Axes by Partition:
				Cut the selected wire(s) in 2(n) parts and create 2(n) Axes 
				with function discretize.
				The number indicates in how many parts to cut.
				Wires can be:
					Line
					Circle
					Arc
					Ellipse
				An object must also be seleted but before any Wire to cut all 
				his Edges!
				NB: You can change the successive lines to be bicolor 
				(red and white) in "Ori. Pref." TAB 
into "Check" TAB :
			Clearance ?
				Check for two Objects Clearance distance:
				Quick measurements between parallel faces and similarly placed objects
				- Select the 2 Objects and Click this button
2015-03-17 18:56:47 +01:00
WorkFeature Release of 2015-03-15 : 2015-03-17 18:56:47 +01:00
README.md Add of new Icons 2015-02-19 07:04:17 +01:00
start_WF.FCMacro - Try to fix issue with path of WorkFeature directory 2015-02-18 08:55:11 +01: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