Canvas Backend to Cadence Rod Objects
Install
pip install rodlayout
Read more in the full documentation.
from skillbridge import Workspace
from geometry import Rect, Group
from rodlayout import Canvas, Layer
Workspace.open().make_current()
r = Rect[0:2, 0:4, Layer('M1', 'drawing')]
c = Canvas()
c.append(r)
rod, = c.draw()
print(rod) # rect@...
r2 = Rect[0:4, 0:2, Layer('M2', 'drawing')]
c = Canvas()
c.append(Group([r, r2]))
db, = c.draw()
print(db) # figGroup@...
Release files for rodlayout 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rodlayout-0.1.5.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rodlayout-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.6 kB
Release files / rodlayout-0.1.5.tar.gz
| Download URL | rodlayout-0.1.5.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
217fb23cdbc5e6e9d256d1ea33de731e5f275732a8a10ed0e202053e1f7270a2
|
|
BLAKE2b-256 checksum How to use checksums |
d67639b9653b3d31cddb3fa4f9ea2fa7363d11f155849ea780f94b7b007559ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
|
Release files / rodlayout-0.1.5-py3-none-any.whl
| Download URL | rodlayout-0.1.5-py3-none-any.whl |
|---|---|
| Size | 10.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c2b5270a918c8601f0110d0c7235040ece97160b0a6ecc3bd641838f521a5011
|
|
BLAKE2b-256 checksum How to use checksums |
abbe776aed48f6567431fcdb9de293d9c686892e2232e1e2d0cb5a2c8cd348a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
|