Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
filapro
/
cad-recode-v1.5
like
4
ArXiv:
arxiv:
2412.14042
License:
cc-by-nc-4.0
Dataset card
Files
Files and versions
xet
Community
1
refs/pr/1
cad-recode-v1.5
/
train
/
batch_43
/
430047.py
filapro
add data
4696421
about 1 year ago
raw
Copy download link
history
blame
190 Bytes
import
cadquery
as
cq
w0=cq.Workplane(
'XY'
,origin=(
0
,
0
,
80
))
r=w0.workplane(offset=-
160
/
2
).moveTo(-
49
,-
20.5
).box(
102
,
137
,
160
).union(w0.workplane(offset=-
155
/
2
).moveTo(
71
,
60
).cylinder(
155
,
29
))