SlideShare a Scribd company logo
1 of 135
Part #4
Types and Mathematical
Representations of Curves
1
Oct., 2022
Part #4-Outline
 Lecture 1:
 Introduction
 Types of Curves
 Representation of Curves
 Parametric Representation of
Curves
 Interpolation and
Approximation of Curve
 Properties for Curve Design
 Lecture 2 & 3:
 Synthesis (Free-Form) Curves
1) Hermite Curve
2) Bezier Curve
3) B-Spline Curves
4) Rational B-splines Curves
(including Non-uniform
rational B-splines –
NURBS)
 Lecture 4:
 Techniques for Surface
Modeling
1) Surface Patch
2) Coons and Bicubic
Patches
3) Bezier and B-Spline
Surfaces.
Objectives:
 Develop the various mathematical
representations of the curves and
surfaces used in geometric construction
 Understand the parametric
representation of curves and surfaces
and their relationship with computer
graphics.
Types, Representation &
Properties of Curves
 Lecture 1:
 Introduction
 Types of Curves
 Representation of Curves
 Parametric Representation of Curves
 Interpolation and Approximation of Curve
 Properties for Curve Design
Introduction
 This class presents the available types of entities of the modeling
technique and their related mathematical representations to enable good
understanding of how and when to use these entities in engineering
applications.
 Users usually have to decide on the type of modeling technique based on
the ease of using the technique during the construction phase and on the
expected utilization of the resulting database later in the design and
manufacturing processes.
 The most mathematically straight forward geometric entities are curves. A
curve is an integral part of any design and an engineer needs to draw one
or other type of curves or curved surfaces applicable to many engineering
components used in automotive, aerospace and hydrospace industries.
 Different types of shape constraints (e.g., continuity and/or curvature) are
imposed to accomplish specific shapes of the curve or curved surfaces.
 When a curve is two-dimensional, it lies entirely in a plane known as
planar curve. However, three-dimensional curve lies in space called space
curve.
Introduction
(a) Evenly Spaced data points (b) Non-evenly spaced data points
 Analytical Curve & Synthetic Curve are a two types of the curves used in
geometric modeling.
Analytical Curve: This types of curve can be represented by simple analytical
(mathematical) equations for which input is standard analytical mathematical
equation like point, line, arc, circle, ellipse, parabola & hyperbola. Conic curves or
conics are the curves formed by the intersection of a plane with a right circular cone
(parabola, hyperbola and sphere). These basic entities has a fixed form & cannot be
modified to achieve a shape that violates the mathematical equations. They can be
combined together with various end conditions to generate the overall curve design.
Types of curves
1) Analytical Curve:
A parabola is the curve created when a plane
intersects a right circular cone parallel to the
side (elements) of the cone.
An ellipse is the curve created when a plane cuts
all the elements ( sides ) of the cone but its not
perpendicular to the axis.
A hyperbola is the curve created when a plane parallel to the axis
and perpendicular to the base intersects a right circular cone.
This type of curve representation has the following advantages:
Types of curves
1) Analytical Curve:
Types of curves
2) Synthetic Curve:
Synthetic Curve: Unfortunately, it is not possible to represent all types of curves
required in engineering applications analytically; therefore, the method based on
the data points (synthetic curves) is very useful in designing the objects with
curved shapes. Products such as car bodies, ship hulls, airplane fuselage and
wings, propeller blades, shoe insoles, and bottles are a few examples that require
free-form, or synthetic curves and surfaces. It is computed by using geometric
input parameters like point, tangent. These parameters are processed to generate
curves such as Bezier , Hermite cubic, B-spline.
Types of curves
2) Synthetic Curve:
 Mathematically, curves can be described by two techniques:
1. Non-Parametric Equations can be explicit or implicit, and
2. Parametric Equations
1. Non-Parametric Equations:
Representation of curves
1. Non-Parametric Equations:
Representation of curves
Representation of curves
1. Non-Parametric Equations:
1. Non-Parametric Equations:
Representation of curves
1. Non-Parametric Equations:
Representation of curves
(1) Nonparametric equations must be solved simultaneously to
determine points on the curves, inconvenient process.
(2) If the slope of a curve at a point is vertical or near vertical, its
value becomes infinity or very large.
(3) However; the shapes of most engineering objects are intrinsically
independent of any coordinate system, the equations are
dependent on the choice of coordinate system.
(4) If the curve is to be displayed as a series of point or straight-line
segments, the computations involved could be extensive.
 Although non-parametric representation
of curve equations are used in some
cases, they are not in general suitable
for CAD. There are four problems with
describing curves using nonparametric
equations:
2. Parametric Curves:
Representation of curves
2. Parametric Curves:
Representation of curves
2. Parametric Curves:
Representation of curves
2. Parametric Curves:
Representation of curves
2. Parametric Curves:
Representation of curves
Parametric Representation of Analytic Curves
Parametric Representation of Analytic Curves
1. Lines:
Parametric Representation of Analytic Curves
Parametric Representation of Analytic Curves
2. Circles:
Parametric Representation of Analytic Curves
2. Circles:
Parametric Representation of Analytic Curves
2. Circles:
Parametric Representation of Analytic Curves
Parametric Representation of Analytic Curves
 The analytical form of planar curves is not suitable for designing the complex three-
dimensional curves and surfaces used for designing the complex shaped objects.
 The need for synthetic curves in design arises on two occasions; when a curve is represented
by a collection of measured data points and when an existing curve must change to meet
new design requirements.
 The designer prefers the synthetic curve, which passes through the set of data points,
because designer has full control on its shape as per the new design requirements.
 A spline curve is defined by giving a set of coordinate positions, call control points, which
indicate the general shape of the curve. These control points are then fitted with piecewise
continuous parametric polynomial functions.
 Mathematically, curve fitting (interpolation) and curve fairing (approximation) techniques
are used for generating the curves & surfaces in CAD:
1. Interpolation Techniques: If the problem of curve design is a problem of data fitting,
the classic interpolation solutions are used. When polynomial sections are fitted so that
the curve passes through all the points, or through each control point, the resulting curve
is said to interpolate the set of control points.
2. Approximation Techniques: On the other hand, if the problem is dealing with free-form
design with smooth shapes, approximation methods are used. when the polynomials are
fitted to the general control point path without necessarily passing through any control
point, the resulting curve is said to approximate the set of control points.
Interpolation and Approximation of Curve:
Interpolation and Approximation of Curve:
Interpolation and Approximation of Curve:
Interpolation and Approximation of Curve:
Interpolation and Approximation of Curve:
Interpolation and Approximation of Curve:
Interpolation and Approximation of data points (a) curve fitting (b) curve fairing
Interpolation and Approximation of Curve:
Interpolation and Approximation of Curve:
Properties for Curve Design
Properties for Curve Design
Properties for Curve Design
Properties for Curve Design
Properties for Curve Design
Properties for Curve Design
(a) Zero Order Continuity (b) First Order continuity (c) Second Order Continuity
Properties for Curve Design
 Lecture 2 & 3:
 Synthesis (Free-Form) Curves
1) Hermite Curve
2) Bezier Curve
3) B-Spline Curves
4) Rational B-splines Curves (including Non-
uniform rational B-splines – NURBS)
Synthesis (Free-Form)
Curves
Synthesis (Free-Form) Curves
Synthesis (Free-Form) Curves
Synthesis (Free-Form) Curves
Synthesis (Free-Form) Curves
Synthesis (Free-Form) Curves
Synthesis (Free-Form) Curves:
Spline Curves
Synthesis (Free-Form) Curves:
Spline Curves
Synthesis (Free-Form) Curves:
Spline Curves
Synthesis (Free-Form) Curves:
Spline Curves
Synthesis (Free-Form) Curves:
Spline Curves
Synthesis (Free-Form) Curves:
Spline Curves
Classifications of Spline Curves
Classifications of Spline Curves
Classifications of Spline Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
Shape Control
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
Limitations
1) Hermite Curves
Limitations
1) Hermite Curves
Example:
1) Hermite Curves
Example:
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
1) Hermite Curves
2) Bezier Curves
 In fact, two outside points control the shape of Bézier curves
2) Bezier Curves
2) Bezier Curves
2) Bezier Curves
2) Bezier Curves
2) Bezier Curves
Effect of position of control points on the shape of cubic Bézier curves
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
2) Bezier Curves
Blending Functions Formulation
(a) Bézier/Bernstein blending functions for three
control points
(b) Bézier/Bernstein blending functions for four
control points
(c) Bézier/Bernstein blending functions for five control points
2) Bezier Curves
 The properties of Bézier curves depend upon the properties of Bernstein polynomial.
Properties of Bézier Curves
2) Bezier Curves
Properties of Bézier Curves
 The properties of Bézier curves are:
2) Bezier Curves
Properties of Bézier Curves
2) Bezier Curves
Properties of Bézier Curves
2) Bezier Curves
Properties of Bézier Curves
2) Bezier Curves
Properties of Bézier Curves
This represents that the sequence of control points defining the curve can be
changes without modify of the curve shape.
2) Bezier Curves
Properties of Bézier Curves
2) Bezier Curves
Properties of Bézier Curves
2) Bezier Curves
Composite Bézier Curves
2) Bezier Curves
Composite Bézier Curves
2) Bezier Curves
Composite Bézier Curves
2) Bezier Curves
Example:
2) Bezier Curves
Example:
2) Bezier Curves
Example:
2) Bezier Curves
Drawbacks of Composite Bézier Curves:
2) Bezier Curves
Drawbacks of Composite Bézier Curves:
2) Bezier Curves
Drawbacks of Composite Bézier Curves:
Essential Requirements for Synthetic Curves
3) B-Spline Curves
3) B-Spline Curves
3) B-Spline Curves
3) B-Spline Curves
3) B-Spline Curves
3) B-Spline Curves
3) B-Spline Curves
3) B-Spline Curves
Types of B-spline Curves:
Techniques for Surface Modeling
 Lecture 4:
 Techniques for Surface Modeling
1) Surface Patch
2) Coons and Bicubic Patches
3) Bezier and B-Spline Surfaces.

More Related Content

What's hot

Surface representation
Surface representationSurface representation
Surface representationSunith Guraddi
 
Curve and Surface
Curve and SurfaceCurve and Surface
Curve and SurfaceHemant Wagh
 
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURINGMohanumar S
 
Solid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationSolid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationDestro Destro
 
Hermite cubic spline curve
Hermite cubic spline curveHermite cubic spline curve
Hermite cubic spline curveDeepak Antil
 
Coons bicubic surface
Coons bicubic surfaceCoons bicubic surface
Coons bicubic surfaceramac123
 
Various types of surfaces 131044119001
Various types of surfaces 131044119001Various types of surfaces 131044119001
Various types of surfaces 131044119001rockrakos
 
Surface modelling
Surface modellingSurface modelling
Surface modellingjntuhcej
 
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
 
CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)Priscilla CPG
 
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
 
CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)Priscilla CPG
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines jntuhcej
 
Synthetic curve
Synthetic curveSynthetic curve
Synthetic curveDhruv Shah
 
SURFACE MODELLING .pptx
SURFACE MODELLING .pptxSURFACE MODELLING .pptx
SURFACE MODELLING .pptxjntuhcej
 
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MFUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MBalamurugan Subburaj
 
GROUP TECHNOLOGY AND CAPP
GROUP TECHNOLOGY AND CAPPGROUP TECHNOLOGY AND CAPP
GROUP TECHNOLOGY AND CAPPmanimaran m
 

What's hot (20)

Data standard - IGES
Data standard - IGESData standard - IGES
Data standard - IGES
 
Surface representation
Surface representationSurface representation
Surface representation
 
Curve and Surface
Curve and SurfaceCurve and Surface
Curve and Surface
 
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 2-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 2-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
Solid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representationSolid modeling-Sweep Representation and B-representation
Solid modeling-Sweep Representation and B-representation
 
Hermite cubic spline curve
Hermite cubic spline curveHermite cubic spline curve
Hermite cubic spline curve
 
CAD STANDARDS
CAD STANDARDSCAD STANDARDS
CAD STANDARDS
 
Coons bicubic surface
Coons bicubic surfaceCoons bicubic surface
Coons bicubic surface
 
Various types of surfaces 131044119001
Various types of surfaces 131044119001Various types of surfaces 131044119001
Various types of surfaces 131044119001
 
Surface modelling
Surface modellingSurface modelling
Surface modelling
 
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
 
CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)CAD - UNIT 2 (Geometric Modelling)
CAD - UNIT 2 (Geometric Modelling)
 
Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAM
 
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
 
CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines
 
Synthetic curve
Synthetic curveSynthetic curve
Synthetic curve
 
SURFACE MODELLING .pptx
SURFACE MODELLING .pptxSURFACE MODELLING .pptx
SURFACE MODELLING .pptx
 
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&MFUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
FUNDAMENTALS OF CNC & PART PROGRAMMING - UNIT - 4 CAD&M
 
GROUP TECHNOLOGY AND CAPP
GROUP TECHNOLOGY AND CAPPGROUP TECHNOLOGY AND CAPP
GROUP TECHNOLOGY AND CAPP
 

Similar to Part 4-Types and mathematical representations of Curves .pptx

57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modelingmanojg1990
 
57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modelingmanojg1990
 
Synthetic Curves.pdf
Synthetic Curves.pdfSynthetic Curves.pdf
Synthetic Curves.pdfMehulMunshi3
 
UNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxUNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxdinesh babu
 
Part 4- Geometric Modeling.pptx
Part 4- Geometric Modeling.pptxPart 4- Geometric Modeling.pptx
Part 4- Geometric Modeling.pptxKhalil Alhatab
 
Techniques for Geometric Modelling
Techniques for Geometric ModellingTechniques for Geometric Modelling
Techniques for Geometric ModellingNafis Ahmad
 
Eg unit 1 1
Eg unit 1 1Eg unit 1 1
Eg unit 1 1Sundra3
 
Analytic parametric equations of log-aesthetic curves in terms of incomplete ...
Analytic parametric equations of log-aesthetic curves in terms of incomplete ...Analytic parametric equations of log-aesthetic curves in terms of incomplete ...
Analytic parametric equations of log-aesthetic curves in terms of incomplete ...Rushan Ziatdinov
 
ME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingJavith Saleem
 
Eamcet engineering syllabus by entranceindia
Eamcet engineering syllabus by entranceindiaEamcet engineering syllabus by entranceindia
Eamcet engineering syllabus by entranceindiaEntranceindia.com
 
UNIT 2 GEOMETRIC MODELING.pptx
UNIT 2  GEOMETRIC MODELING.pptxUNIT 2  GEOMETRIC MODELING.pptx
UNIT 2 GEOMETRIC MODELING.pptxCHINNARASUK
 
Eg unit 1 1
Eg unit 1 1Eg unit 1 1
Eg unit 1 1Sundra3
 
Modified EG FULL PORTION PPT 2020 (1).pptx
Modified EG FULL PORTION PPT 2020 (1).pptxModified EG FULL PORTION PPT 2020 (1).pptx
Modified EG FULL PORTION PPT 2020 (1).pptxSriharsha203438
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfacesAnkur Kumar
 
Presentation on bezier curve
Presentation on bezier curvePresentation on bezier curve
Presentation on bezier curveSatyendra Rajput
 
5_6221983039971394498.pptx
5_6221983039971394498.pptx5_6221983039971394498.pptx
5_6221983039971394498.pptxNachiketKadlag1
 

Similar to Part 4-Types and mathematical representations of Curves .pptx (20)

57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modeling
 
57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modeling
 
Synthetic Curves.pdf
Synthetic Curves.pdfSynthetic Curves.pdf
Synthetic Curves.pdf
 
UNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptxUNIT 2-Geometric Modeling.pptx
UNIT 2-Geometric Modeling.pptx
 
Spline representations
Spline representationsSpline representations
Spline representations
 
Part 4- Geometric Modeling.pptx
Part 4- Geometric Modeling.pptxPart 4- Geometric Modeling.pptx
Part 4- Geometric Modeling.pptx
 
CAD
CADCAD
CAD
 
Techniques for Geometric Modelling
Techniques for Geometric ModellingTechniques for Geometric Modelling
Techniques for Geometric Modelling
 
Eg unit 1 1
Eg unit 1 1Eg unit 1 1
Eg unit 1 1
 
Analytic parametric equations of log-aesthetic curves in terms of incomplete ...
Analytic parametric equations of log-aesthetic curves in terms of incomplete ...Analytic parametric equations of log-aesthetic curves in terms of incomplete ...
Analytic parametric equations of log-aesthetic curves in terms of incomplete ...
 
ME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modelingME6501 Unit 2 geometric modeling
ME6501 Unit 2 geometric modeling
 
Introduction to the curves
Introduction to the curvesIntroduction to the curves
Introduction to the curves
 
Eamcet engineering syllabus by entranceindia
Eamcet engineering syllabus by entranceindiaEamcet engineering syllabus by entranceindia
Eamcet engineering syllabus by entranceindia
 
UNIT 2 GEOMETRIC MODELING.pptx
UNIT 2  GEOMETRIC MODELING.pptxUNIT 2  GEOMETRIC MODELING.pptx
UNIT 2 GEOMETRIC MODELING.pptx
 
Eg unit 1 1
Eg unit 1 1Eg unit 1 1
Eg unit 1 1
 
Modified EG FULL PORTION PPT 2020 (1).pptx
Modified EG FULL PORTION PPT 2020 (1).pptxModified EG FULL PORTION PPT 2020 (1).pptx
Modified EG FULL PORTION PPT 2020 (1).pptx
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfaces
 
Presentation on bezier curve
Presentation on bezier curvePresentation on bezier curve
Presentation on bezier curve
 
5_6221983039971394498.pptx
5_6221983039971394498.pptx5_6221983039971394498.pptx
5_6221983039971394498.pptx
 
Rasterization
RasterizationRasterization
Rasterization
 

More from Khalil Alhatab

LE03 The silicon substrate and adding to itPart 2.pptx
LE03 The silicon substrate and adding to itPart 2.pptxLE03 The silicon substrate and adding to itPart 2.pptx
LE03 The silicon substrate and adding to itPart 2.pptxKhalil Alhatab
 
Design Optimization.ppt
Design Optimization.pptDesign Optimization.ppt
Design Optimization.pptKhalil Alhatab
 
Lecture 4 MACHINE TOOL DRIVES.pptx
Lecture 4 MACHINE TOOL DRIVES.pptxLecture 4 MACHINE TOOL DRIVES.pptx
Lecture 4 MACHINE TOOL DRIVES.pptxKhalil Alhatab
 
89-metrology-and-measurements.ppt
89-metrology-and-measurements.ppt89-metrology-and-measurements.ppt
89-metrology-and-measurements.pptKhalil Alhatab
 
vvvvvvvvvvvvvvvchapter-1-190110110813.pdf
vvvvvvvvvvvvvvvchapter-1-190110110813.pdfvvvvvvvvvvvvvvvchapter-1-190110110813.pdf
vvvvvvvvvvvvvvvchapter-1-190110110813.pdfKhalil Alhatab
 
Chapter - 1 Basic Concepts.pdf
Chapter - 1 Basic Concepts.pdfChapter - 1 Basic Concepts.pdf
Chapter - 1 Basic Concepts.pdfKhalil Alhatab
 
15723120156. Measurement of Force and Torque.pdf
15723120156. Measurement of Force and Torque.pdf15723120156. Measurement of Force and Torque.pdf
15723120156. Measurement of Force and Torque.pdfKhalil Alhatab
 
3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf
3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf
3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdfKhalil Alhatab
 
15694598371.Measurment.pdf
15694598371.Measurment.pdf15694598371.Measurment.pdf
15694598371.Measurment.pdfKhalil Alhatab
 
Chapter 4 Angular Measurement.pdf
Chapter 4 Angular Measurement.pdfChapter 4 Angular Measurement.pdf
Chapter 4 Angular Measurement.pdfKhalil Alhatab
 

More from Khalil Alhatab (20)

LE03 The silicon substrate and adding to itPart 2.pptx
LE03 The silicon substrate and adding to itPart 2.pptxLE03 The silicon substrate and adding to itPart 2.pptx
LE03 The silicon substrate and adding to itPart 2.pptx
 
lecture7.ppt
lecture7.pptlecture7.ppt
lecture7.ppt
 
Design Optimization.ppt
Design Optimization.pptDesign Optimization.ppt
Design Optimization.ppt
 
Lecture 4 MACHINE TOOL DRIVES.pptx
Lecture 4 MACHINE TOOL DRIVES.pptxLecture 4 MACHINE TOOL DRIVES.pptx
Lecture 4 MACHINE TOOL DRIVES.pptx
 
ch01.pdf
ch01.pdfch01.pdf
ch01.pdf
 
L-031.pdf
L-031.pdfL-031.pdf
L-031.pdf
 
Part_1a.ppt
Part_1a.pptPart_1a.ppt
Part_1a.ppt
 
Lecture 3.pdf
Lecture 3.pdfLecture 3.pdf
Lecture 3.pdf
 
Lecture 3.pdf
Lecture 3.pdfLecture 3.pdf
Lecture 3.pdf
 
89-metrology-and-measurements.ppt
89-metrology-and-measurements.ppt89-metrology-and-measurements.ppt
89-metrology-and-measurements.ppt
 
vvvvvvvvvvvvvvvchapter-1-190110110813.pdf
vvvvvvvvvvvvvvvchapter-1-190110110813.pdfvvvvvvvvvvvvvvvchapter-1-190110110813.pdf
vvvvvvvvvvvvvvvchapter-1-190110110813.pdf
 
section1.1.pdf
section1.1.pdfsection1.1.pdf
section1.1.pdf
 
Chapter - 1 Basic Concepts.pdf
Chapter - 1 Basic Concepts.pdfChapter - 1 Basic Concepts.pdf
Chapter - 1 Basic Concepts.pdf
 
METRO20152_CH3.pdf
METRO20152_CH3.pdfMETRO20152_CH3.pdf
METRO20152_CH3.pdf
 
15723120156. Measurement of Force and Torque.pdf
15723120156. Measurement of Force and Torque.pdf15723120156. Measurement of Force and Torque.pdf
15723120156. Measurement of Force and Torque.pdf
 
3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf
3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf
3141901-chapter-1_introduction-to-metrology-linear-and-angular-measurement.pdf
 
99995204.pdf
99995204.pdf99995204.pdf
99995204.pdf
 
6570550.ppt
6570550.ppt6570550.ppt
6570550.ppt
 
15694598371.Measurment.pdf
15694598371.Measurment.pdf15694598371.Measurment.pdf
15694598371.Measurment.pdf
 
Chapter 4 Angular Measurement.pdf
Chapter 4 Angular Measurement.pdfChapter 4 Angular Measurement.pdf
Chapter 4 Angular Measurement.pdf
 

Recently uploaded

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

Part 4-Types and mathematical representations of Curves .pptx

Editor's Notes

  1. If the knot vector does not have any particular structure, the generated curve will not touch the first and last legs of the control polyline as shown in the left figure below. This type of B-spline curves is called open B-spline curves.