diff --git a/documentation/Blendercam-Tools.md b/documentation/Blendercam-Tools.md index ac61099f..43954c99 100644 --- a/documentation/Blendercam-Tools.md +++ b/documentation/Blendercam-Tools.md @@ -113,4 +113,22 @@ This operator will detect pockets in a mesh and extract them as curves. The cur The way the detection works is each face in the mesh is checked to see if it is horizontal and facing up by checking the face normal. There is an operator option called **horizontal threshold** that is used to determine if the face is horizontal. A value closer to 1.0 means that the face normal must be almost vertical ie the face must be almost perfectly flat. A value closer to 0.0 means that the face does not have to be perfectly horizontal ie part of a curved surface. -Operator option **z limit** controls which horizontal surfaces are considered a pocket. If the horizontal surface z location is below the z limit then the surface is considered a pocket. Setting z limit to 0.0 (default setting) should work for most situations if mesh top is at z=0.0. \ No newline at end of file +Operator option **z limit** controls which horizontal surfaces are considered a pocket. If the horizontal surface z location is below the z limit then the surface is considered a pocket. Setting z limit to 0.0 (default setting) should work for most situations if mesh top is at z=0.0. + +## Create curves shapes +This operators will create shapes directly from the panel. + +![Create Panel](images/createcurve.png) + +*create sine + +![Create Sine](images/createsine.png) + +*create lissajous figure +![Create Lissajous](images/createlissajous.png) + +*create spirograph type figure +![Create Spirograph](images/createspiro.png) + +*create custom curve +![Create Custom](images/createcustum.png) diff --git a/documentation/images/createcurve.png b/documentation/images/createcurve.png new file mode 100644 index 00000000..9775b312 Binary files /dev/null and b/documentation/images/createcurve.png differ diff --git a/documentation/images/createcustum.png b/documentation/images/createcustum.png new file mode 100644 index 00000000..bf70b6ef Binary files /dev/null and b/documentation/images/createcustum.png differ diff --git a/documentation/images/createlissajous.png b/documentation/images/createlissajous.png new file mode 100644 index 00000000..5184e1a1 Binary files /dev/null and b/documentation/images/createlissajous.png differ diff --git a/documentation/images/createsine.png b/documentation/images/createsine.png new file mode 100644 index 00000000..393486b1 Binary files /dev/null and b/documentation/images/createsine.png differ diff --git a/documentation/images/createspiro.png b/documentation/images/createspiro.png new file mode 100644 index 00000000..43d63192 Binary files /dev/null and b/documentation/images/createspiro.png differ