How to animate object?
Open
enhancement
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
When I try animate this - CQ-editor(or CQ) give too many objects. Although I assumed there would be an animation of box.
`import cadquery as cq `
`t =3`
`while t<=10: `
` result = cq.Workplane("XY" ).box(t, t, t).edges("|Z").fillet((t**(1/2))/2)`
` show_object(result)`
` t = t + 0.1`
How can i implement this?
Is it possible to animate the kinematic slice operation? I want to write programs for CNC for multi-axis processing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.