0% found this document useful (0 votes)
31 views60 pages

CAD and Rapid Prototyping Techniques

The document discusses concepts related to reverse engineering and CAD modeling for rapid prototyping, including: 1) Geometric modeling techniques such as wireframe, surface, and solid modeling and data formats for interfacing CAD models. 2) The typical rapid prototyping process flow of solid modeling, STL file generation, support generation, model slicing, physical buildup, and post-processing. 3) Factors related to model slicing such as orientation, layer thickness, uniform versus adaptive slicing, and contour data organization.

Uploaded by

PRATIK JADHAV
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views60 pages

CAD and Rapid Prototyping Techniques

The document discusses concepts related to reverse engineering and CAD modeling for rapid prototyping, including: 1) Geometric modeling techniques such as wireframe, surface, and solid modeling and data formats for interfacing CAD models. 2) The typical rapid prototyping process flow of solid modeling, STL file generation, support generation, model slicing, physical buildup, and post-processing. 3) Factors related to model slicing such as orientation, layer thickness, uniform versus adaptive slicing, and contour data organization.

Uploaded by

PRATIK JADHAV
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Unit II Reverse Engineering and CAD

 Modeling Basic concept-Digitization


techniques – Model Reconstruction – Data
Processing for Rapid Prototyping: CAD
model preparation,
 Data Requirements – geometric modeling
techniques: Wire frame, surface and solid
modeling – data formats -Data interfacing,
Part orientation and support generation,
Support structure design, Model Slicing and
contour data organization, direct and
adaptive slicing,Tool path generation.

Unit-2 Rapid Manufacturing Technology 1


Rapid Prototyping Process Flow
Solid Modelling
Tessellation /Generation of STL file
Support Generation
“Slicing” of the Model
Model Physical Buildup
Cleanup and Post Curing
Surface Finishing

Unit-2 Rapid Manufacturing


Technology 2
Process Planning of RP

Unit-2 Rapid Manufacturing


Technology 3
The Slice
 Pre-processing program
◦ Prepares STL file for build
◦ Most program allows user to adjust the model
 Size
 Location
 Orientation

Unit-2 Rapid Manufacturing


Technology 4 4
Unit-2 Rapid Manufacturing
Technology 5
The Slice
 Orientation
◦ Weaker and less accurate in the Z direction
then in the x-y plane
◦ Orientation partially determines the amount of
time for build
 Higher in the Z – lot more time to build
 Place shortest dimension in the Z
 Reduces the number of layers
 Layers are slices from .01mm to .7 mm (technique)

Unit-2 Rapid Manufacturing


Technology 6 6
Classification of slicing procedures

Unit-2 Rapid Manufacturing


Technology 7
Model slicing
In the present , uniform slicing is used. According to an user
entered layer thickness, a sequence of parallel slicing planes can be
determined. If the model is sliced in the y-direction with slicing
thickness d as shown in Fig. 1, e.g. the number of layers, n, for
model slicing can be found from the following equation

Unit-2 Rapid Manufacturing


Technology 8
Model slicing

Unit-2 Rapid Manufacturing


Technology 9
Model slicing

Unit-2 Rapid Manufacturing


Technology 10
Model slicing
 there are certain situations where it is not adequate to
slice a model into one direction for the purpose of
feature identication. If a boundary is parallel to a slicing
plane as shown in Fig. 1, e.g. even the boundary edge is
coincident with the slicing plane and the
 corresponding boundary curve cannot be identfied. A
possible method to solve this problem is to slice the
model in a direction that is perpendicular to this
boundary curve.

Unit-2 Rapid Manufacturing


Technology 11
contour data organization
 In order to identify the topology in 3D, one still needs to identify
the relationship between the sliced contours and all the contours
must be properly organized. We adopt a contour format called CLI
commonly used in rapid prototyping applications
 there may be open (O) or closed (C), external (E) or internal (I)
contours(Fig. 2).

Unit-2 Rapid Manufacturing


Technology 12
Contour orientation convention.
Interior contours are directed
clockwise, while exterior contours
are directed counterclockwise

Unit-2 Rapid Manufacturing


Technology 13
Unit-2 Rapid Manufacturing
Technology 14
contour data organization
 Only closed contours can be classified as internal or external
contours. There is a solid area between a pair of internal and
external contours. The internal and external contours are
arranged clockwise and counter clockwise, respectively, in
the direction of the principal axes, i.e. the direction of the X-
axis if the slicing planes are parallel to the YZ-planes.
 An open or closed contour is identfied based on whether it
can be connected to form a complete loop. Since all internal
polygons have common edges, there exists another identical
intersection point for all the contour points other than the
two end points of an open contour. Therefore, all the
identical intersection points in the contours can be paired up
if the contour is closed.

Unit-2 Rapid Manufacturing


Technology 15
Data Transfer requirements in RP
 Object Orientation during building
 Support Structure
 Part Slicing
 Path Planning within each slice

Unit-2 Rapid Manufacturing


Technology 16
Slicing Issues in CAD Translation to STL in
Rapid Prototyping

The thickness of the resulting slices has a profound effect


on the surface finish and build time of the prototype.

Unit-2 Rapid Manufacturing


Technology 17
Sliced Sphere STL Files

Unit-2 Rapid Manufacturing


Technology 18
Unit-2 Rapid Manufacturing
Technology 19
Slicing procedure
 The simplest, most widely practiced slicing method
employed by the LM industry produces horizontal
layers of equal thickness throughout the CAD model.
This is called uniform slicing.
 With uniform slicing, details of the geometric data
supplied by the CAD model are often ignored.
 When an object is sliced, horizontal slice planes are
intersected with the sides of the triangular facets at
each particular slice height.
 Those collective intersecting points are then
adjacently joined by straight lines to form contours at
each height

Unit-2 Rapid Manufacturing


Technology 20
Individual parts are fabricated independently with distinct
layer resolutions applied locally as necessary

Unit-2 Rapid Manufacturing


Technology 21
Brief Definitions
 Vertex - A vertex is a zero-dimensional topological
entity. Its geometric representation is a point, which
in 3D space is described with three spatial
coordinates.
 Edge - An edge is a one-dimensional topological
entity that connects two vertices. An edge typically
has a direction. In this case, one of its vertices is
denoted its head, and the other, its tail. In this
thesis, the term edge will also be used to denote
a linear line segment in 3D space.

Unit-2 Rapid Manufacturing


Technology 22
Brief Definitions
 Facet - A facet is a planar geometric entity. The term facet will be
used to denote a triangular planar entity that is defined by an
ordered list of three edges. These edges are implied by an
ordered list of three vertices. A facet has a directed normal
that is perpendicular to the facet plane, and is oriented
according to the “right hand rule” applied to the ordered list
of vertices.
 Solid - A solid is a collection of interconnected facets. They must
form a closed, oriented, and topologically two-manifold shell.
This implies that its facet normals must all be directed away
from the material.
 Feature - A feature is a partial volume of a solid. It is a unique
geometric entity that emanates from a solid, such as a
protrusion.

Unit-2 Rapid Manufacturing


Technology 23
Brief Definitions
 Slice - A slice is a two-dimensional plane that describes a
horizontal cross section of a solid.
 Contour - The term contour in this thesis denotes a two-
dimensional entity comprised of a collection of directed edges.
It bounds the material regions of a given slice. It is closed and
oriented.
 Layer - A layer is a partial volume of a solid. It represents the
material bounded by two adjacent slices.
 Slab - A slab is a thick layer corresponding to the maximum layer
thickness with which a particular LM system is capable of
fabricating.
 Sub-slab - A sub-slab is defined by two or more contours from
the slices that bound a slab. The contours must be derived
from the same feature. This can be established using
topological information.

Unit-2 Rapid Manufacturing


Technology 24
Cusp Height
 Dolenc and Makela introduced the concept of cusp height .The
layer thickness at a location was computed based on the cusp
height, within the user specified maximum allowable cusp height.
The thickness of the current layer is estimated using the normals
around the boundary of the preceding horizontal plane.

The maximum deviation between the ideal


surface and the surface of the fabricated part is
given by the cusp height. The cusp height is
measured in the direction normal to the ideal
surface.
Unit-2 Rapid Manufacturing
Technology 25
Adaptive slicing algorithm
 adaptive slicing algorithm that can vary the
slice thickness depending on the geometry
of the object to be prototyped in an attempt
to minimize layering error and improve
surface finish.

Unit-2 Rapid Manufacturing


Technology 26
Unit-2 Rapid Manufacturing
Technology 27
Build orientation in SLS prototyping.

STAIRSTEPPING EFFECT.
Unit-2 Rapid Manufacturing
Technology 28
Effect of orientation to part
strength

Unit-2 Rapid Manufacturing


Technology 29
Effect of Part orientation
 Part orientation has a significant effect on the final part
quality and prototyping cost. The switching between
individual layers takes a significant part of the overall building
time and hence must be properly optimized hence to reduce
to building time and the building cost. The part should be
orientated with minimum height in order to reduce the
number of layers.
 For processes that need supports structures, part
orientation should also be optimized such that it would
require minimal support hence reduce to building time and
the building material.
 The ultimate strength of the part will be affected by its
orientation within the print box. The part will be strongest
along the Y-Axis and the X-Axis and less strong along the Z-
Axis

Unit-2 Rapid Manufacturing


Technology 30
Staircase effect or Cusp Height

Unit-2 Rapid Manufacturing


Technology 31
Staircase effect
 The thickness of the slices used to
manufacture the prototype would bring
about an effect called layering error, stair
stepping error or staircase effect .
 The thickness of the resulting slices has a
profound effect on the surface finish and
build time of the prototype.
 surface finish and build time are important
factors that are affected by slice thickness

Unit-2 Rapid Manufacturing


Technology 32
Slicing of a ball

Unit-2 Rapid Manufacturing


Technology 33
CAD model sliced using uniform and Variable
slice thickness

Unit-2 Rapid Manufacturing


Technology 34
Unit-2 Rapid Manufacturing
Technology 35
Axisymmetric CAD model sliced using uniform
slice thickness (160 µm).

Unit-2 Rapid Manufacturing


Technology 36
Part quality

Unit-2 Rapid Manufacturing


Technology 37
Part volume

Unit-2 Rapid Manufacturing


Technology 38
Part orientation
This is one of the crucial decisions taken before slicing the part and
initiating the process of deposition for a particular RP process.
This decision is important because it has potential to reduce part
building time, amount of supports required, part quality in terms of
surface finish or accuracy and cost as well.
Selection of part deposition orientation is process specific where in
the SLA process by considering an objective function designer and
RP machine operators should consider number of different process
specific constraints.
This may be a difficult and time consuming task as designer has to
trade-off among various conflicting objectives or process outcomes.
For example better part surface quality can be obtained but it will
lead to increase in the building time.

Unit-2 Rapid Manufacturing


Technology 39
Support slicing and tool path
planning
 Support generation is a key technology
for some rapid prototype manufacturing
processes.
 The feasibility of building a support
directly determines whether a part can be
fabricated successfully or not.
 A high quality support also saves a lot of
material, fabrication time, and can be
removed easily.
Unit-2 Rapid Manufacturing
Technology 40
Support generation

Unit-2 Rapid Manufacturing


Technology 41
Result of missing supports for
overhanging areas

Unit-2 Rapid Manufacturing


Technology 42
Support slicing and tool path
planning

Unit-2 Rapid Manufacturing


Technology 43
Support generation

Unit-2 Rapid Manufacturing


Technology 44
Support slicing and tool path
planning

Unit-2 Rapid Manufacturing


Technology 45
Support slicing and tool path
planning

Unit-2 Rapid Manufacturing


Technology 46
Support generation

Unit-2 Rapid Manufacturing


Technology 47
Build Styles

Unit-2 Rapid Manufacturing


Technology 48
Definition
 Layer thickness: The three-dimensional objects
are sliced into series of constant thickness, two-
dimensional layers to be solidified by the UV
laser. Each two-dimensional layer is solidified
on the photopolymer surface with a specific
hatch style selected by the user.
 Hatch style: Hatching or printing is the
process of solidifying the cross section of a layer
of the model to be built.

Unit-2 Rapid Manufacturing


Technology 49
Definition
 Hatch spacing: Hatch spacing is the distance between parallel
vectors used to hatch the interior of the part. If the hatch
spacing is very small, the solidifying vectors will overlap
causing a completely solid layer. Large hatch spacing allow
liquid polymer to be trapped in the part to be solidified in
the postcuring operation.
 Hatch Overcure: Hatch overcure is the depth that one cured
vector string pierces into the lower adjacent layer. This is what
keeps the individual layers connected together to form a
complete part.
 Hatch fill cure depth: Fill cure depth is the depth of the solid
layers formed on the upper and lower faces of the solid. This
holds the remaining liquid inside the part for subsequent
post-curing.

Unit-2 Rapid Manufacturing


Technology 50
Unit-2 Rapid Manufacturing
Technology 51
Parameters
 Raster angle is the angle of the beads
deposited with respect to the x axis of
the build table . The typical raster angles
are 45°/45°, 0°/90°, and 30°/60°.
 Raster width is the width of the bead
deposited on a layer . The raster width
varies according to the tip size chosen in
FDM Vantage machine

Unit-2 Rapid Manufacturing


Technology 52
Unit-2 Rapid Manufacturing
Technology 53
Journal of KONES Powertrain and Transport, Vol. 18, No. 3 2011

The article presents the possibility of using


some methods of rapid prototyping to
produce the research model of a wheel hub
forming part of the landing gear.
Incremental rapid prototyping methods - JS
(Jetting System), SLA(Stereo lithography),
FDM (Fused Depositing Modelling)

Unit-2 Rapid Manufacturing


Technology 54
Clean and Finish

 Final Step is post-processing


Removing prototype
Detaching supports
Curing (if needed)
Minor Cleaning
Surface treatment
Sanding, sealing, painting and so on

Unit-2 Rapid Manufacturing


Technology 55 55
Clean and Finish

Unit-2 Rapid Manufacturing


Technology 56 56
Part Orientation

Unit-2 Rapid Manufacturing


Technology 57
Rapid Prototyping (RP)

 A fabrication method in which parts are


built by depositing material layer by layer
under computer control.

CAD
Slices
Model Stereolithography Apparatus (SLA)

STL file
Unit-2 Rapid Manufacturing
(A triangular approximation of the 3D surface geometry.)
Technology 58
comparison of different process

Unit-2 Rapid Manufacturing


Technology 59
Unit-2 Rapid Manufacturing
Technology 60

Common questions

Powered by AI

Layer thickness impacts both surface finish and build time; thinner layers result in a smoother surface but increase build time due to more layers being required. Thicker slices can expedite the process but may diminish surface quality, causing visible layer lines or the staircase effect .

Contour data organization poses challenges in rapid prototyping due to the need to accurately identify the topology and relationships between contours in 3D space. Open and closed contours must be organized, and their directions correctly set to ensure proper area classification (internal or external). Errors in contour data organization can lead to misinterpretation of the model's geometry, affecting build accuracy and quality .

Support structures are integral to the rapid prototyping process, preventing deformation and aiding in the successful fabrication of complex geometries. They impact material usage, build time, and ease of post-processing removal. Support design can be optimized by minimizing their use through strategic part orientation, using material-efficient designs, and ensuring they are easy to detach, thereby conserving materials and reducing costs while maintaining part quality .

The staircase effect in rapid prototyping refers to the visible layer lines that occur when layers are not sufficiently thin, leading to a stepped appearance on sloped surfaces. It impacts the prototype quality by diminishing the surface finish and potentially affecting dimensional accuracy. Reducing slice thickness can mitigate the effect, improving the surface quality though potentially increasing the build time .

Adaptive slicing in rapid prototyping is important as it allows slice thickness to vary based on the geometric complexity of different regions of the model. This method aims to minimize the layering error and improve the surface finish, by adjusting the thickness where finer detail is necessary while using larger slices in less detailed areas, thereby optimizing build time as well .

Slicing direction is crucial for feature identification, especially when boundaries are parallel to slicing planes. If a boundary aligns with the slicing plane, it may not be identifiable, affecting the accuracy of feature identification. To address this, models should be sliced in a direction perpendicular to boundary curves to improve recognition of intricate features and ensure precise replication .

Part orientation significantly influences the final part quality and the cost of prototyping. Proper orientation can reduce the number of layers, minimizing the building time and cost by placing the part with its minimum height in the build direction. Additionally, optimal orientation reduces the requirement for support structures, further decreasing material usage and build time. Orientation also affects the part's strength, being stronger along the X and Y axes compared to the Z axis .

Hatch spacing and style influence the structural integrity of a model by determining the density and arrangement of solidified areas within each layer. Smaller hatch spacing results in a more solid, integrated layer, enhancing strength and durability. Conversely, large spacing allows more resin to remain uncured, necessitating effective post-curing. The hatch style, which refers to the pattern of curing, also affects layer adhesion and overall quality .

Data formats and interfacing play a crucial role in CAD model preparation for rapid prototyping as they determine how accurately the model translates from design to production. Different geometric modeling techniques such as wireframe, surface, and solid modeling may require specific data formats (e.g., STL for tessellation) to ensure compatibility and fidelity when interfacing with rapid prototyping tools. Proper interfacing facilitates effective model orientation, support generation, and tool path planning .

Different slicing thicknesses in a CAD model can greatly affect the surface finish, build time, and accuracy. Uniform slicing may lead to a compromise between detail and time efficiency, while variable slicing, adjusting thickness based on feature detail, enhances precision in complex geometries without excessively increasing build time. Choosing the appropriate slicing strategy is vital for balancing these factors and achieving the desired quality and production efficiency .

You might also like