Updated examples

This commit is contained in:
Roger Maitland 2022-07-25 10:33:50 -04:00
parent 2bbf418859
commit b3383f2327
10 changed files with 24 additions and 41 deletions

View file

@ -25,9 +25,9 @@ license:
See the License for the specific language governing permissions and
limitations under the License.
"""
from build123d.build123d_common import *
from build123d.build_sketch import *
from build123d.build_part import *
from math import pi, sin
from cadquery import Plane
from build123d import *
with BuildPart() as art:
slice_count = 10