CadQuery / CadQuery/CQ-editor

How to animate object?

Open
#60 5 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.