Slicing and Tool path planning
My Work | | Links:
This course aims to explain CAD in the context of manufacturing. There were several MATLAB assigments on wireframe modelling, geometrical modelling (NURBS and B-rep), feature identification, tool path planning and slicing algorithms. Each of the assignment provided an intuitive understanding of the theory taught in class.
The project was mainly focused on implementing Fixed step Slicing algorithm and Tool path planning which was dependent on previous work done in assignments. I implemented algorithm for tool path planning of 3 axis CNC and integrated fixed step slicing algorithm with single layer contour development for given 3D component in input mesh file.
Tool Path Planning
Simulated tool motion on random Bezier surface in MATLAB and generated video of animation. The following video illustrates the tool path planning on a random Bezier surface given as input.
3D object slicing algorithms implemented on a cone
Code for project can be found here.