Fixed typo and markdown in README.md

This commit is contained in:
Georges Dupéron 2017-03-07 13:56:00 +01:00 committed by Georges Dupéron
parent 5ea60a1920
commit bf4cafe5d4

View File

@ -1,5 +1,5 @@
# WorkFeature # WorkFeature
Tool utility to create Tool utility to create:
- Origin (X, Y Z axes, Origin (0,0,0) point and XZ, XY, YZ planes) - 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, ...), - Points (Center of Mass of object(s), mid points, center of circle, ...),
- Axes (from 2 points, Normal of a plane...), - Axes (from 2 points, Normal of a plane...),
@ -8,24 +8,24 @@ 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. This utility is up next in the combo view with "Work Features" label.
Several Tab will be added into this widget: Several Tab will be added into this widget:
W.F. (for tolls access) and Pref. (For preferences...dev on going) - W.F. (for tools access) and Pref. (For preferences...dev on going)
into Tab W.F. : - into Tab W.F. :
Origin (for Origin tools) - Origin (for Origin tools)
Point (for Point creation) - Point (for Point creation)
Axis (for Axis creation) - Axis (for Axis creation)
Circle (for Circle and Ellipse creation) - Circle (for Circle and Ellipse creation)
Plane (for Plane creation) - Plane (for Plane creation)
Object (for Bounding box and Object creation) - Object (for Bounding box and Object creation)
View (for View change) - View (for View change)
Modif. (for Object cutting) - Modif. (for Object cutting)
The MACRO will create into your FreeCAD document a new Group named : WorkFeatures 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: Depending of the tool you will use it can be created the following sub Groups:
WorkFeatures/ - WorkFeatures/
Origin - Origin
WorkPoints - WorkPoints
WorkAxes - WorkAxes
WorkPlanes - WorkPlanes
WorkBoxes - WorkBoxes
WorkObjects - WorkObjects