Skip to content

Commit

Permalink
Merge 3a169f9 into ad5bdec
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljurczak authored Apr 2, 2022
2 parents ad5bdec + 3a169f9 commit ecaa65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadquery/cq.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,14 +546,14 @@ def workplane(
face(s) or vertex (vertices). 'ProjectedOrigin' uses by default the current origin
or the optional origin parameter (if specified) and projects it onto the plane
defined by the selected face(s).
* The Z direction will be the normal of the face,computed
* The Z direction will be the normal of the face, computed
at the center point.
* The X direction will be parallel to the x-y plane. If the workplane is parallel to
the global x-y plane, the x direction of the workplane will co-incide with the
global x direction.
Most commonly, the selected face will be planar, and the workplane lies in the same plane
of the face ( IE, offset=0). Occasionally, it is useful to define a face offset from
of the face ( IE, offset=0). Occasionally, it is useful to define a face offset from
an existing surface, and even more rarely to define a workplane based on a face that is
not planar.
"""
Expand Down

0 comments on commit ecaa65d

Please sign in to comment.