DOGHOUSE DESIGN Aim: To create the Dog House for the Door Trim considering the design rules and performthe draft analysis. Objectives:Create the Tooling axisDesign the class-B and class-C surfaces and join them.Use the Close Surface feature to make a solid body from the surface.Design the required dog house…
Labeed Patel
updated on 01 Jan 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Labeed Patel (17)
Project - Analysis of a practical automotive wiring circuit
PROJECT : Analysis of a practical automotive wiring circuit. Identify each of the major elements in the above automotive wiring diagram. Ans: The major elements in the above automotive wiring diagram are…

03 Nov 2023 04:39 PM IST
Week 12- Final project
DEVELOPMENT OF A DOOR TRIM PANEL AIM: To design and develope vehicle interior door trim using Catia V5 with given class A surface along with Master section. Also create the Side Attachment features as per design rules. OBJECTIVE: To create thickened part…

07 Apr 2023 12:49 PM IST
Underbody Coating
Underbody Coating Underbody coating is a thick cladding (typically made of rubber) that…

14 Feb 2023 06:03 AM IST
Benchmarking
CHALLENGE 01 : BENCHMARKING GIVEN CASE: Mr. D.S. Pughazhyendhii is…

14 Feb 2023 05:21 AM IST
Week 10- Assembly Workbench
ASSEMBLY WORKBENCH AIM: To create 2 assemblies according to the content covered with the help of 2D diagrams of the components. OBJECTIVE: The objective is to first create the individual part files and then create a complete assembly of those part files in the assembly workbench…

29 Jan 2023 01:58 PM IST
Week 9 - Project 1 - Door Trim Lower with Engineering Features
Door Trim Lower with Engineering Features. AIM: To create the Heat Stakes and the locators considering the design rules. OBJECTIVES: The objective is to create the Door Trim Lower Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should…

04 Jan 2023 08:49 AM IST
Week 9 - Attachment Feature Creation - Challenge 2
DOGHOUSE DESIGN Aim: To create the Dog House for the Door Trim considering the design rules and performthe draft analysis. Objectives:Create the Tooling axisDesign the class-B and class-C surfaces and join them.Use the Close Surface feature to make a solid body from the surface.Design the required dog house…

01 Jan 2023 05:04 PM IST
Week 8 - Challenge 4 - Bumper
AIM : To create the Bumper Plastic component through the given Class-A surface. OBJECTIVE : The objective is to create the Bumper Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at…

23 Nov 2022 09:04 AM IST
Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1
Attachment Feature Creation (Ribs & Screw Boss) AIM: To create the door handle component from the given class-A Surface. To create the tooling axis for the given class-A surface meeting the requirements of the draft angle. To attach B side features in the component. To perform the draft analysis on the model. CREATING…

09 Nov 2022 07:27 AM IST
Week 8 - Challenge 6 - Core & Cavity Design
AIM: To create the Core and cavity blocks for the switch bezel. Procedure: 1. Start with geometrical set of core and cavity design which first includes creation of parting surface in which we extrapolite the given switch bezel and then trim it with C surface unhide the B surface and trim it with trim 1 by this trim we…

01 Nov 2022 06:06 AM IST
Week 8 - Challenge 3 - Coin Holder Design
AIM: To create the Coin Holder Plastic component through the given Class-A surface. OBJECTIVE: The objective is to begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. Thickness of the component…

15 Oct 2022 08:52 AM IST
Week 8 - Challenge 2 - Switch Bezel Design
AIM: To create the Switch Bezel Plastic component through the given Class-A surface. OBJECTIVE: The objective is to begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. PROCEDURE:…

10 Oct 2022 05:06 AM IST
Week 8 - Challenge 1 - Base Bracket Design
AIM: To create the Base Bracket Plastic component through the given Class-A surface. OBJECTIVE: The objective is to begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. …

09 Oct 2022 07:32 AM IST
Week 4.1 - Genetic Algorithm
Aim : To write a program to optimise stalagmite function and to find the global maxima of the function. Objective : Objective is to build up a mathematical model that can help us generate local minimas and global maximas by using stalagmite function. *PROGRAM : clear all close all clc %Defining…

12 Jul 2022 08:11 AM IST
Week 3 - Solving second order ODEs
*Program clear all close all clc b = 0.05; g = 9.81; l = 1; m = 1; %Initial condition theta_0 = [0;3]; %Time points t_span = linspace(0,20,500); %Solve ODE [t,results] = ode45(@(t,theta)ode_func(t,theta,b,g,l,m),t_span,theta_0); plot(t,results(:,1)) hold on plot(t,results(:,2)) ylabel('Plot') xlabel('Time') In the above…

27 Jun 2022 08:40 AM IST
Week 2- 2R Robotic Arm Challenge
% Forward kinematics of a 2R robotic arm manipulator clear all close all clc %Inputs l1 = 2; l2 = 1.5; theta1 = 45 theta2 = 30 %Coordinates x0 = 0; y0 = 0; x1 = l1*cosd(theta1); y1 = l2*sind(theta1); x2 = x1 + l2*cosd(theta2); y2 = y1 + l2*sind(theta2); %Plotting line([x0 x1],[y0 y1], 'linewidth',3,'color','b') line([x1…

01 Jun 2022 05:44 AM IST