Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
filapro
/
cad-recode
like
7
ArXiv:
arxiv:
2412.14042
License:
cc-by-nc-4.0
Dataset card
Files
Files and versions
xet
Community
main
cad-recode
/
train
/
batch_34
/
340016.py
filapro
1st commit
5e6439e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
104 Bytes
import
cadquery
as
cq
w0=cq.Workplane(
'XY'
,origin=(
0
,
0
,-
50
))
r=w0.workplane(offset=
100
/
2
).box(
70
,
14
,
100
)