After focusing on a manual process for sweeping a solid inside AutoCAD in this previous post, it seemed to make sense to attempt to automate more of that process. In the code in this post, we take a standard circular profile – of a user-specified radius – and sweep it along the path defined by the user’s hand movements. Back in the original Kinect integration example we created a 3D polyline path linking every position of the user’s hand detected by Kinect. This makes a very jittery path for our purposes, so we’re going to define a spline along... Read more →