Title of the Project : - Design the Box Assembly Objective : - Draw the fukky define sketches and understand and implement features to complete the model in NX SheetMetal Understand user interference in NX sheetmetal Gain knowleadge of Sheetmetal tools such as Tab, Flange, Hole, Mirroring of sketch and…
Parth Patel
updated on 11 Dec 2020
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 Parth Patel (6)
Advanced Sheet Metal Design Using NX Cad Challenge_6_Bracket
Sheet Metal Bracket Design using NX CAD Objective: - The main purpose of this project is to design bracket using the 2D drawing by advance sheet metal tools in Nx Cad. 2D Drawing: Design Methodology: - Top View Front View Bottom View Isometric View
30 Dec 2020 04:07 AM IST
Advanced Sheet Metal Design Using NX Cad Challenge_5_Odd Shaped Enclosure
Title: - Odd Shaped Enclosure Design Using NX Cad in Sheet Metal. Objective: The main objective of this project is to design the ODD_SHAPED_ENCLOSURE Sheet metal part using NX CAD Sheet metal tools and drafting the…
20 Dec 2020 01:14 AM IST
Advanced Sheet Metal Design Using NX Cad Challenge_2_Box Assembly
Title of the Project : - Design the Box Assembly Objective : - Draw the fukky define sketches and understand and implement features to complete the model in NX SheetMetal Understand user interference in NX sheetmetal Gain knowleadge of Sheetmetal tools such as Tab, Flange, Hole, Mirroring of sketch and…
11 Dec 2020 03:34 AM IST
Advanced Sheet Metal Design Using NX Cad Challenge_1_Casing Design
Title of the Project : Casing Design Using NX Cad Objective : Casing Desing using advance sheet metal tools in NX cad.Main objective of this project is to gain knowleadge about the sheet metal tools which we can use in complex geometry and parts. Introduction: NX sheet metal design includes material…
05 Dec 2020 03:47 AM IST
Project 1 - Parsing NASA thermodynamic data
Title: Parsing NASA thermodynamic data Objective: 1) - Read and extract data from NASA thermodynamic data. 2) - Calculate the molecular weight of each species. 3) - Calculates the enthalpy, entropy and specific heats for all the species in the data file. 4) - To plot the Cp, H and S using LOCAL TEMPERATURE…
19 Aug 2020 03:20 AM IST
Simulate the transient behavior of a simple pendulum and to create an animation of it s motion
https://youtu.be/5MpsB5ll3p8 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); %Angular velocity v = results(:,2); % Animation %origin…
29 Mar 2020 04:18 PM IST