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_07
/
70030.py
filapro
add data
4696421
about 1 year ago
raw
Copy download link
history
blame
185 Bytes
import
cadquery
as
cq
w0=cq.Workplane(
'YZ'
,origin=(-
42
,
0
,
0
))
r=w0.sketch().push([(-
70.5
,-
54
)]).rect(
59
,
18
).push([(-
44
,
40
)]).circle(
23
).push([(
86
,-
18
)]).circle(
14
).finalize().extrude(
85
)