SlideShare una empresa de Scribd logo
1 de 75
CAD - CAM - CAE
Casiano Arroyo, Manuel
Garrido, Roxana
Paredes, Jorge
Quino Quispe, Gustavo
Sanchez Loayza, Luis Guillermo
Tabuchi Yagui, Edgardo Toshiro
1. Generalities
CAD
CAE
CAM
1.1 History
1.1 History
1.1 History
1.1 History
1.1 History
1.1 History
Computer aided design is defined as the integrated use of computer systems to
assist in the creation, modification, analysis or optimization of a design.
It is the technology concerned with the use of digital computers to perform certain
functions in design and production. It is the major element of computer aided
engineering.
Computer-Aided Design (CAD)
Potencialities
•Increase productivity
•quality improvement
•Varity of possible geometries
•Reduced design time
1.2 CAD
Software Applications
Standard model
NURBs modeling (Non Unifrom Rational B-Splines)
1.3 CAM (Computer Aided Manufacturing)
•Machining
•CNC
•Advantages
1.4 Computer -Aided Engineering (CAE)
Is the use of computer software and hardware in the translation of computer-aided
design models into manufacturing instructions for numerical controlled machine tools.
Applications
CAM takes this one step further by bridging the gap between the conceptual design and
the manufacturing of the finished product.
For the sake of convenience, a single computer ‘controller’ can drive all of the tools in a
single cell. G-code instructions can be fed to this controller and then left to run the cell
with minimal input from human supervisors.
•stress analysis
•vibration analysis
•Structural analysis
• Noise thermal distortion, etc.
•Explicit Dynamics
•Fluid Flow
•Harmonic Response
•Linear Buckling
•More applications…
Process of CAE
Example: Stress Analysis
•Create a part or an assembly.
•Define properties.
•Material selection
•Define analysis steps.
•Define interaction.
•Loads.
•Mesh
•Job.
•Visualization.
2. CAD
2.1 Theory
CAD – Computer Aided Design
Raster & Vector
2D: Pixel
3D: Voxel
2D: Geometry Figures
3D: Solid Geometry
2D: Bezier Curve
• Used commonly in 2D
Graphic Design softwares.
2D: Spline
• Used in 2D modeling
software
2D to 3D
3D: CAD
CAD
CAD
Boundary representation (B-Rep)
Boundary representation models are composed basically of two parts:
Topology: & Geometry
Boundary representation (B-Rep)
• Topology: faces, edges and vertices.
• Geometry: surfaces, curves and points.
Extended EulerPoincarré formula:
Faces + Vertices – Edges – Rings = 2(Shells Holes)
Boundary representation (B-Rep)
• The extended Euler-
Poincarré formula allow test the topology for
polyhedral solids:
Faces = 3
Vertices = 0
Edges = 2
3 + 0 – 2 – 0 … 2 (1 – 0 )
Constructive solid geometry (CSG)
• Primitives: cuboids, cylinders, prisms, pyramids,
spheres, cones.
• Operations: union, intersection and difference.
Constructive solid geometry (CSG)
Constructive solid geometry (CSG)
• Infinite cylinder, I: x^2 + y^2 – r^2 <= 0
• Infinite planar halfspace, P: Ax + By + Cz + D <= 0
• Cylinder with ends: I ^ P1 ^ P2
Constructive solid geometry (CSG)
Function representation (F-Rep)
Function representation (F-Rep)
• The objects defined by a single continuous
real-valued function of point coordinates F(x)
• The points with F(x) >= 0 belong to the object.
• The points with F(x) < 0 are outside of the
object.
• The point set with F(x)=0 is called an
isosurface.
B-Rep vs F-Rep
• Calculating surface
area is easy
• The model is
evaluated
• Easy to triangulate
the surface
• Making pictures
is easy
• B-
rep primitives
are local
• Calculating volume
and mass is easy
• The model is
unevaluated
• Easy to make
numerically robust
• Input is pretty
straightforward
• The data structures
are compact
B-Rep vs F-Rep
Ray Tracing
The Z-buffer
All commercial systems are BRep. because the
the depth buffer or Z-buffer is the
predominant technology.
The silicon graphics and flight simulator then the
computer games impulse that technology.
• For each pixel store both colour and depth
• Send it 3D coloured triangles in any order
• Surfaces in front win
The CAD softwares – B-Rep
• They grew out of 2D drafting
• BRep is quick to render on ancient computers.
parametric design
parametric geometry
geometrics parametrics
parameter
2.2 Parametric Design
parametric design
parametric geometry
geometrics parametrics
parameter
parametric design
parametric geometry
geometrics parametrics
parameter
reality
irreality
+ Matter & Energy
- Information
- Matter & Energy
+ Information
R R
A
∏
R =
A
B
n…
1
2
A = …
B = …
1 = [A+B+….]
2 = [1+B+A…]
emotion
passion
creative
freedom
responsibility
impact
possibility
M E I
new tools new concepts
new tools new concepts
F. Dyson
the evolution of science
use
2. CAD
2.3 Software
2D: Softwares: Inkscape
2D: Softwares: Illustrator
2D Softwares: Corel Draw
2D: Softwares: Photoshop
2D: Softwares: Cabri Geometry
3D Software: Blender
Modeling, animation, created by NeoGeo
3D Software: Rhinoceros
industrial design, architecture, marine design, automotive design, CAD / CAM, rapid
prototyping, reverse engineering, industry as well as graphic design and multimedia
3D Software: SolidWorks
3D Software: Catia
3D Software: Pro Engineer
3D Software: AutoCAD
3D Software: Maya
3D Software: Inventor
3D Software: Solid Edge
3D Software: Generative components
Parametric CAD software developed by Bentley Systems
3D Software: Visual Nastran 4D
3D Software: World Craft
3D Software: Revit
3D Software: Tekla
2. CAD
2.4 Examples
2.41 Computarization
It focuses only in the use of the software.
It requires knowledge knowledge about the
software and its tools.
Example
•Model a cylinder
Method 1
• Create new document.
• Create the sketch.
• Assign dimensions.
• Create the operation
Extrusion.
2.42 Computation
It focuses more in logic than in the use of the
software.
It requires knowledge of algorithms.
Example
•Model a cylinder
Here a program was created using Visual Basic
and the API of Solidworks.
Method 2
2.43 Another Example
Example: Model a gear
Method 1
• Draw the geometry
of gear’s tooth.
• The geometry of the gear’s teeth is
complicated to draw.
• Each new gear would be a new problem to
solve.
• Thus it is strongly recommended to create a
routine to create gears with some initial
parameters.
• Creating a program or
script.
Method 2
Project
Choose an object of the nature.
Analize it and create a software or
script to generate its geometry.

Más contenido relacionado

La actualidad más candente

Presentation on reverse engineering
Presentation on reverse engineeringPresentation on reverse engineering
Presentation on reverse engineeringFaleSh ShaRma
 
ME8691 - Computer Aided Design and Manufacturing.pdf
ME8691 - Computer Aided Design and Manufacturing.pdfME8691 - Computer Aided Design and Manufacturing.pdf
ME8691 - Computer Aided Design and Manufacturing.pdfSenthilJS2
 
4.selective laser sintering (by Hari Prasad)
4.selective laser sintering (by Hari Prasad)4.selective laser sintering (by Hari Prasad)
4.selective laser sintering (by Hari Prasad)Sachin Hariprasad
 
Blow Hole Defect Analysis in Die Casting
Blow Hole Defect Analysis in Die CastingBlow Hole Defect Analysis in Die Casting
Blow Hole Defect Analysis in Die CastingRamesh Raja
 
COMPUTER AIDED ENGINEERING - INTRODUCTION
COMPUTER AIDED ENGINEERING - INTRODUCTIONCOMPUTER AIDED ENGINEERING - INTRODUCTION
COMPUTER AIDED ENGINEERING - INTRODUCTIONISAAC SAMUEL RAJA T
 
CAD/CAM -PPT UNIT NO-I
CAD/CAM -PPT UNIT NO-ICAD/CAM -PPT UNIT NO-I
CAD/CAM -PPT UNIT NO-IMalothHeeralal
 
Selective laser sintering
Selective laser sinteringSelective laser sintering
Selective laser sinteringHariKamal5
 
ISOTHERMAL FORGING
ISOTHERMAL FORGINGISOTHERMAL FORGING
ISOTHERMAL FORGINGNIAJ AHMED
 
cad design process VS conventional design process
cad design process VS conventional design processcad design process VS conventional design process
cad design process VS conventional design processJagilam Kumar
 
Reverse engineering for mechanical
Reverse engineering for mechanicalReverse engineering for mechanical
Reverse engineering for mechanicalPunugunta Vishnu
 
Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)varun teja G.V.V
 

La actualidad más candente (20)

rapid prototyping
rapid prototypingrapid prototyping
rapid prototyping
 
Presentation on reverse engineering
Presentation on reverse engineeringPresentation on reverse engineering
Presentation on reverse engineering
 
Reverse engineering
Reverse engineeringReverse engineering
Reverse engineering
 
Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAM
 
Introduction to nx
Introduction to nxIntroduction to nx
Introduction to nx
 
3D scanning and Reverse Engineering
3D scanning and Reverse Engineering3D scanning and Reverse Engineering
3D scanning and Reverse Engineering
 
Introduction to CAD and CAD software
Introduction to CAD and CAD softwareIntroduction to CAD and CAD software
Introduction to CAD and CAD software
 
ME8691 - Computer Aided Design and Manufacturing.pdf
ME8691 - Computer Aided Design and Manufacturing.pdfME8691 - Computer Aided Design and Manufacturing.pdf
ME8691 - Computer Aided Design and Manufacturing.pdf
 
NX_CAD
NX_CADNX_CAD
NX_CAD
 
Geometric Modelling approaches
Geometric Modelling approachesGeometric Modelling approaches
Geometric Modelling approaches
 
4.selective laser sintering (by Hari Prasad)
4.selective laser sintering (by Hari Prasad)4.selective laser sintering (by Hari Prasad)
4.selective laser sintering (by Hari Prasad)
 
CAD/CAM/CIM (Lecture 1 CAD)
CAD/CAM/CIM  (Lecture 1 CAD)CAD/CAM/CIM  (Lecture 1 CAD)
CAD/CAM/CIM (Lecture 1 CAD)
 
Blow Hole Defect Analysis in Die Casting
Blow Hole Defect Analysis in Die CastingBlow Hole Defect Analysis in Die Casting
Blow Hole Defect Analysis in Die Casting
 
COMPUTER AIDED ENGINEERING - INTRODUCTION
COMPUTER AIDED ENGINEERING - INTRODUCTIONCOMPUTER AIDED ENGINEERING - INTRODUCTION
COMPUTER AIDED ENGINEERING - INTRODUCTION
 
CAD/CAM -PPT UNIT NO-I
CAD/CAM -PPT UNIT NO-ICAD/CAM -PPT UNIT NO-I
CAD/CAM -PPT UNIT NO-I
 
Selective laser sintering
Selective laser sinteringSelective laser sintering
Selective laser sintering
 
ISOTHERMAL FORGING
ISOTHERMAL FORGINGISOTHERMAL FORGING
ISOTHERMAL FORGING
 
cad design process VS conventional design process
cad design process VS conventional design processcad design process VS conventional design process
cad design process VS conventional design process
 
Reverse engineering for mechanical
Reverse engineering for mechanicalReverse engineering for mechanical
Reverse engineering for mechanical
 
Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)
 

Similar a Cad cam cae

Introduction to cad
Introduction to cadIntroduction to cad
Introduction to cadDeepak Antil
 
Introduction of Computer aided Design
Introduction of Computer aided DesignIntroduction of Computer aided Design
Introduction of Computer aided DesignMuthukumar V
 
computer aided design
computer aided design computer aided design
computer aided design Amita Gautam
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer GraphicsYatin Singh
 
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURINGMohanumar S
 
Introduction to Computer Aided Design
Introduction to Computer Aided DesignIntroduction to Computer Aided Design
Introduction to Computer Aided DesignUTSAVGADHIA
 
Fundamentals of 3D modeling
Fundamentals of 3D modelingFundamentals of 3D modeling
Fundamentals of 3D modelingAniket Joshi
 
Computer aided design and computer aided manufacturing
Computer aided design and computer aided manufacturingComputer aided design and computer aided manufacturing
Computer aided design and computer aided manufacturingshoaibzaheer1
 
UNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxUNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxdinesh babu
 
Cad notes - ENGINEERING DRAWING - RGPV,BHOPAL
Cad notes - ENGINEERING DRAWING - RGPV,BHOPALCad notes - ENGINEERING DRAWING - RGPV,BHOPAL
Cad notes - ENGINEERING DRAWING - RGPV,BHOPALAbhishek Kandare
 
Mechanical CAD General Introduction.pptx
Mechanical CAD General Introduction.pptxMechanical CAD General Introduction.pptx
Mechanical CAD General Introduction.pptxNRPSTAFFINGSERVICE
 

Similar a Cad cam cae (20)

Introduction to cad
Introduction to cadIntroduction to cad
Introduction to cad
 
CADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTIONCADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTION
 
Introduction of Computer aided Design
Introduction of Computer aided DesignIntroduction of Computer aided Design
Introduction of Computer aided Design
 
computer aided design
computer aided design computer aided design
computer aided design
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
Introduction to Computer Graphics
Introduction to Computer GraphicsIntroduction to Computer Graphics
Introduction to Computer Graphics
 
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 1-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 1-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
 
Nx workshop
Nx workshopNx workshop
Nx workshop
 
AutoCAD Tutorial AB.pptx
AutoCAD Tutorial AB.pptxAutoCAD Tutorial AB.pptx
AutoCAD Tutorial AB.pptx
 
Catia presentation
Catia presentationCatia presentation
Catia presentation
 
Introduction to Computer Aided Design
Introduction to Computer Aided DesignIntroduction to Computer Aided Design
Introduction to Computer Aided Design
 
Fundamentals of 3D modeling
Fundamentals of 3D modelingFundamentals of 3D modeling
Fundamentals of 3D modeling
 
Computer aided design and computer aided manufacturing
Computer aided design and computer aided manufacturingComputer aided design and computer aided manufacturing
Computer aided design and computer aided manufacturing
 
CAD
CADCAD
CAD
 
UNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptxUNIT 1-INTRODUCTION.pptx
UNIT 1-INTRODUCTION.pptx
 
Cad notes
Cad notesCad notes
Cad notes
 
Cad notes - ENGINEERING DRAWING - RGPV,BHOPAL
Cad notes - ENGINEERING DRAWING - RGPV,BHOPALCad notes - ENGINEERING DRAWING - RGPV,BHOPAL
Cad notes - ENGINEERING DRAWING - RGPV,BHOPAL
 
Mechanical CAD General Introduction.pptx
Mechanical CAD General Introduction.pptxMechanical CAD General Introduction.pptx
Mechanical CAD General Introduction.pptx
 

Más de Fab Lab LIMA

Tutorial scanner projector_I
Tutorial scanner projector_ITutorial scanner projector_I
Tutorial scanner projector_IFab Lab LIMA
 
3D Scanning & Printing
3D Scanning & Printing3D Scanning & Printing
3D Scanning & PrintingFab Lab LIMA
 
Manual grasshopper español
Manual grasshopper españolManual grasshopper español
Manual grasshopper españolFab Lab LIMA
 
Moulds and casting
Moulds and castingMoulds and casting
Moulds and castingFab Lab LIMA
 
Molding and Casting part2
Molding and Casting part2Molding and Casting part2
Molding and Casting part2Fab Lab LIMA
 
3 d molding and casting6
3 d molding and casting63 d molding and casting6
3 d molding and casting6Fab Lab LIMA
 
3 d molding and casting5
3 d molding and casting53 d molding and casting5
3 d molding and casting5Fab Lab LIMA
 
3 d molding and casting4
3 d molding and casting43 d molding and casting4
3 d molding and casting4Fab Lab LIMA
 
3 d molding and casting2
3 d molding and casting23 d molding and casting2
3 d molding and casting2Fab Lab LIMA
 
3 d molding and casting
3 d molding and casting3 d molding and casting
3 d molding and castingFab Lab LIMA
 
Posts in web page Fablablima.com
Posts in web page Fablablima.comPosts in web page Fablablima.com
Posts in web page Fablablima.comFab Lab LIMA
 
Introduction to Fab Academy
Introduction to Fab AcademyIntroduction to Fab Academy
Introduction to Fab AcademyFab Lab LIMA
 

Más de Fab Lab LIMA (15)

Prefab1200
Prefab1200Prefab1200
Prefab1200
 
Tutorial scanner projector_I
Tutorial scanner projector_ITutorial scanner projector_I
Tutorial scanner projector_I
 
3D Scanning & Printing
3D Scanning & Printing3D Scanning & Printing
3D Scanning & Printing
 
Manual grasshopper español
Manual grasshopper españolManual grasshopper español
Manual grasshopper español
 
Moulds and casting
Moulds and castingMoulds and casting
Moulds and casting
 
Molding and Casting part2
Molding and Casting part2Molding and Casting part2
Molding and Casting part2
 
Fab lablima 3-5
Fab lablima 3-5Fab lablima 3-5
Fab lablima 3-5
 
3 d molding and casting6
3 d molding and casting63 d molding and casting6
3 d molding and casting6
 
3 d molding and casting5
3 d molding and casting53 d molding and casting5
3 d molding and casting5
 
3 d molding and casting4
3 d molding and casting43 d molding and casting4
3 d molding and casting4
 
3 d molding and casting2
3 d molding and casting23 d molding and casting2
3 d molding and casting2
 
3 d molding and casting
3 d molding and casting3 d molding and casting
3 d molding and casting
 
Algoritmos
AlgoritmosAlgoritmos
Algoritmos
 
Posts in web page Fablablima.com
Posts in web page Fablablima.comPosts in web page Fablablima.com
Posts in web page Fablablima.com
 
Introduction to Fab Academy
Introduction to Fab AcademyIntroduction to Fab Academy
Introduction to Fab Academy
 

Último

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 

Último (20)

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 

Cad cam cae