Skip to main content

CAD system for righteous zen programmers

Project description

ZenCad

NOTE: Astrologers have announced a month of changes. ZenCad migrate to pythonocc wrapper. It break old library distribution strategy. Now OCCT and pythonocc will be installed over console/gui instruments or mannually. Most of the functionality has been restored on the new shell, but some backward compatibility violations are possible. servoce package is removed for now. (You can find old zencad/servoce variant in master_v2_archive branch)

CAD system for righteous zen programmers

Status:
- master
- dev

What is it?

ZenCad - it's a system for use oce geometry core in openscad's script style. So, it's openscad idea, python language and opencascade power in one.

Manual and Information

Installation

Install zencad from pypi:
python3 -m pip install zencad

Maybe need install qt5-default, because pyqt5 has trouble with xcb plugin.
apt install qt5-default

For Windows:

Windows version of ZenCad needed vcredist (Microsoft Redistibutable Package).
Please, install vcredist 2015 for Python3.7 and also vcredist 2019 for Python3.8

Standalone Distribution

ZenCad have standalone version for Windows.
You can find windows prerelease version in releases.

Source code

Main project repo: https://github.com/mirmik/zencad
Related repos:
https://github.com/mirmik/zenframe
https://github.com/mirmik/evalcache

HelloWorld

#!/usr/bin/env python3
#coding: utf-8

from zencad import *

model = box(200, center = True) - sphere(120) + sphere(60)

display(m)
show()

Result:
result.png

Project details


Release history Release notifications | RSS feed

This version

1.0.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zencad-1.0.5.tar.gz (161.0 kB view hashes)

Uploaded Source

Built Distribution

zencad-1.0.5-py3-none-any.whl (778.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page