SlideShare a Scribd company logo
1 of 33
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
SOLID MODELLING
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Why solid modeling?
• Recall weakness of wireframe and surface
modeling
– Ambiguous geometric description
– incomplete geometric description
– lack topological information
– Tedious modeling process
– Awkward user interface
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Solid model
• Solid modeling is based on complete, valid
and unambiguous geometric representation
of physical object.
– Complete  points in space can be
classified.(inside/ outside)
– Valid vertices, edges, faces are connected
properly.
– Unambiguous  there can only be one
interpretation of object
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Solid model
• Analysis automation and integration is possible
only with solid models has properties such as
weight, moment of inertia, mass.
• Solid model consist of geometric and topological
data
– Geometry  shape, size, location of geometric
elements
– Topology connectivity and associativity of geometric
elements non graphical, relational information
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Solid model representation
schemes
1. Constructive solid geometry (CSG)
2. Boundary representation (B-rep)
3. Spatial enumeration
4. Instantiation.
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Constructive solid geometry
(CSG)
• Objects are represented as a combination of
simpler solid objects (primitives).
• The primitives are such as cube, cylinder, cone,
torus, sphere etc.
• Copies or “instances” of these primitive shapes are
created and positioned.
• A complete solid model is constructed by
combining these “instances” using set specific,
logic operations (Boolean)
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Boolean operation
– each primitive solid is assumed to be a set of
points, a boolean operation is performed on
point sets and the result is a solid model.
– Boolean operation  union, intersection and
difference
– The relative location and orientation of the two
primitives have to be defined before the
boolean operation can be performed.
– Boolean operation can be applied to two solids
other than the primitives.
Constructive solid geometry
(CSG)
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Union
– The sum of all points in each of two defined
sets. (logical “OR”)
– Also referred to as Add, Combine, Join, Merge
Constructive solid geometry
(CSG)- boolean operation
A  B
A B
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Difference
– The points in a source set minus the points
common to a second set. (logical “NOT”)
– Set must share common volume
– Also referred to as subtraction, remove, cut
Constructive solid geometry
(CSG)- boolean operation
A - B
A B
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• intersection
– Those points common to each of two defined
sets (logical “AND”)
– Set must share common volume
– Also referred to as common, conjoin
Constructive solid geometry
(CSG)- boolean operation
A  B
A B
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• When using boolean operation, be careful to
avoid situation that do not result in a valid
solid
Constructive solid geometry
(CSG)- boolean operation
A  B
A B
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Boolean operation
– Are intuitive to user
– Are easy to use and understand
– Provide for the rapid manipulation of large
amounts of data.
• Because of this, many non-CSG systems
also use Boolean operations
Constructive solid geometry
(CSG)- boolean operation
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Data structure does not define model shape
explicitly but rather implies the geometric shape
through a procedural description
– E.g: object is not defined as a set of edges & faces but
by the instruction : union primitive1 with primitive 2
• This procedural data is stored in a data structure
referred to as a CSG tree
• The data structure is simple and stores compact
data  easy to manage
Constructive solid geometry
(CSG)- data structure
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• CSG tree  stores the history of applying
boolean operations on the primitives.
– Stores in a binary tree format
– The outer leaf nodes of tree represent the
primitives
– The interior nodes represent the boolean
operations performed.
Constructive solid geometry
(CSG)- CSG tree
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Constructive solid geometry
(CSG)- CSG tree
+
-
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• More than one procedure (and hence database) can
be used to arrive at the same geometry.
Constructive solid geometry
(CSG)- not unique

-
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• CSG representation is unevaluated
– Faces, edges, vertices not defined in explicit
• CSG model are always valid
– Since built from solid elements.
• CSG models are complete and unambiguous
Constructive solid geometry
(CSG) representation
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• CSG is powerful with high level command.
• Easy to construct a solid model – minimum
step.
• CSG modeling techniques lead to a concise
database less storage.
– Complete history of model is retained and can
be altered at any point.
• Can be converted to the corresponding
boundary representation.
Constructive solid geometry
(CSG) - advantage
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Only boolean operations are allowed in the
modeling process  with boolean operation alone,
the range of shapes to be modeled is severely
restricted  not possible to construct unusual
shape.
• Requires a great deal of computation to derive the
information on the boundary, faces and edges
which is important for the interactive display/
manipulation of solid.
Constructive solid geometry
(CSG) - disadvantage
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
solution
• CSG representation tends to accompany the
corresponding boundary representation 
hybrid representation
• Maintaining consistency between the two
representations is very important.
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Boundary representation (B-Rep)
• Solid model is defined by their enclosing
surfaces or boundaries. This technique
consists of the geometric information about
the faces, edges and vertices of an object
with the topological data on how these are
connected.
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Boundary representation (B-Rep)
• Why B-Rep includes such topological
information?
- A solid is represented as a closed space in
3D space (surface connect without gaps)
- The boundary of a solid separates points
inside from points outside solid.
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
B-Rep vs surface modeling
• Surface model
– A collection of surface entities which simply
enclose a volume lacks the connective data to
define a solid (i.e topology).
• B- Rep model
– Technique guarantees that surfaces definitively
divide model space into solid and void, even
after model modification commands.
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
B-Rep data structure
• B-Rep graph store face, edge and vertices as
nodes, with pointers, or branches between
the nodes to indicate connectivity.
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
B-Rep data structure
solid
face1 face2 face3 face4 face5
edge1 edge2 edge3 edge4 edge5 edge6 edge7 edge8
vertex1 vertex2 vertex3 vertex4 vertex5
f1
f2
f3
f4 f5
E1
E2
E3
E4
E5
E6
E7
E8
v1 v2
v3
v4
v5
(x, y, z)
Combinatorial
structure /
topology
Metric information/
geometry
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Boundary representation- validity
• System must validate topology of created
solid.
• B-Rep has to fulfill certain conditions to
disallow self-intersecting and open objects
• This condition include
– Each edge should adjoin exactly two faces and
have a vertex at each end.
– Vertices are geometrically described by point
coordinates
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Boundary representation- validity
• This condition include (cont)
– At least three edges must meet at each vertex.
– Faces are described by surface equations
– The set of faces forms a complete skin of the solid
with no missing parts.
– Each face is bordered by an ordered set of edges
forming a closed loop.
– Faces must only intersect at common edges or
vertices.
– The boundaries of faces do not intersect themselves
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Validity also checked through mathematical
evaluation
– Evaluation is based upon Euler’s Law (valid for
simple polyhedra – no hole)
– V – E + F = 2 V-vertices E- edges F- face loops
Boundary representation- validity
f1
f2
f3
f4 f5
E1
E2
E3
E4
E5
E6
E7
E8
v2
v3
v4
v5 V = 5, E = 8, F = 5
5 – 8 + 5 = 2
v1
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Expanded Euler’s law for complex polyhedrons
(with holes)
• Euler-Poincare Law:
– V-E+F-H=2(B-P)
– H – number of holes in face, P- number of passages or through
holes, B- number of separate bodies.
Boundary representation- validity
V = 24, E=36, F=15, H=3,
P=1,B=1
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Valid B-Reps are unambiguos
• Not fully unique, but much more so than
CSG
• Potential difference exists in division of
– Surfaces into faces.
– Curves into edges
Boundary representation-
ambiguity and uniqueness
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Capability to construct unusual shapes that
would not be possible with the available
CSG aircraft fuselages, swing shapes
• Less computational time to reconstruct the
image
Boundary representation-
advantages
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
• Requires more storage
• More prone to validity failure than CSG
• Model display limited to planar faces and
linear edges
- complex curve and surfaces only approximated
Boundary representation-
disadvantages
disediakan oleh Suriati bte Sadimon
GMM, FSKSM, UTM, 2004
Solid object construction method
• Sweeping
• Boolean
• Automated filleting and chambering
• Tweaking
– Face of an object is moved in some way

More Related Content

Similar to Solid model

CIM-Solid Modeling -KAVI.pptx___________
CIM-Solid Modeling -KAVI.pptx___________CIM-Solid Modeling -KAVI.pptx___________
CIM-Solid Modeling -KAVI.pptx___________kdemersal
 
solidmodeling-181117053627.pptx
solidmodeling-181117053627.pptxsolidmodeling-181117053627.pptx
solidmodeling-181117053627.pptxCLOUDY25
 
Solidmodelling
SolidmodellingSolidmodelling
Solidmodellingjntuhcej
 
Solid modelling cg
Solid modelling cgSolid modelling cg
Solid modelling cgNareek
 
SOLID MODELLING.pptx
SOLID MODELLING.pptxSOLID MODELLING.pptx
SOLID MODELLING.pptxjntuhcej
 
Solid Modelling in computer aided Design
Solid Modelling in computer aided DesignSolid Modelling in computer aided Design
Solid Modelling in computer aided Designrahulkatre9
 
ppt of solid modeling for cad
ppt of solid modeling for cadppt of solid modeling for cad
ppt of solid modeling for cadAyush Upadhyay
 
The effect of the holes on the buckling behavior of thin-walled members
The effect of the holes on the buckling behavior of thin-walled members The effect of the holes on the buckling behavior of thin-walled members
The effect of the holes on the buckling behavior of thin-walled members Mohanad Habh
 
Solid model theory.pdf .
Solid model theory.pdf                     .Solid model theory.pdf                     .
Solid model theory.pdf .Athar739197
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdfVIGNESHG144026
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)manojg1990
 

Similar to Solid model (12)

Solid modelling
Solid modellingSolid modelling
Solid modelling
 
CIM-Solid Modeling -KAVI.pptx___________
CIM-Solid Modeling -KAVI.pptx___________CIM-Solid Modeling -KAVI.pptx___________
CIM-Solid Modeling -KAVI.pptx___________
 
solidmodeling-181117053627.pptx
solidmodeling-181117053627.pptxsolidmodeling-181117053627.pptx
solidmodeling-181117053627.pptx
 
Solidmodelling
SolidmodellingSolidmodelling
Solidmodelling
 
Solid modelling cg
Solid modelling cgSolid modelling cg
Solid modelling cg
 
SOLID MODELLING.pptx
SOLID MODELLING.pptxSOLID MODELLING.pptx
SOLID MODELLING.pptx
 
Solid Modelling in computer aided Design
Solid Modelling in computer aided DesignSolid Modelling in computer aided Design
Solid Modelling in computer aided Design
 
ppt of solid modeling for cad
ppt of solid modeling for cadppt of solid modeling for cad
ppt of solid modeling for cad
 
The effect of the holes on the buckling behavior of thin-walled members
The effect of the holes on the buckling behavior of thin-walled members The effect of the holes on the buckling behavior of thin-walled members
The effect of the holes on the buckling behavior of thin-walled members
 
Solid model theory.pdf .
Solid model theory.pdf                     .Solid model theory.pdf                     .
Solid model theory.pdf .
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
 

More from selvakumar948

FRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptx
FRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptxFRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptx
FRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptxselvakumar948
 
UNIT V clutches-TYPES OF CLUTCHES-..pptx
UNIT V clutches-TYPES OF CLUTCHES-..pptxUNIT V clutches-TYPES OF CLUTCHES-..pptx
UNIT V clutches-TYPES OF CLUTCHES-..pptxselvakumar948
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEselvakumar948
 
UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.
UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.
UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.selvakumar948
 
KINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTS
KINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTSKINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTS
KINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTSselvakumar948
 
KINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDER
KINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDERKINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDER
KINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDERselvakumar948
 
KINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTION
KINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTIONKINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTION
KINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTIONselvakumar948
 
ETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptx
ETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptxETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptx
ETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptxselvakumar948
 
MICROPROCESSORS AND MICROCONTROLLERS
MICROPROCESSORS AND MICROCONTROLLERSMICROPROCESSORS AND MICROCONTROLLERS
MICROPROCESSORS AND MICROCONTROLLERSselvakumar948
 
MECHATRONICS-Introduction
MECHATRONICS-IntroductionMECHATRONICS-Introduction
MECHATRONICS-Introductionselvakumar948
 
Thermodynamics kinetics
Thermodynamics kineticsThermodynamics kinetics
Thermodynamics kineticsselvakumar948
 
Thermodynamics-HEAT ENGINES
Thermodynamics-HEAT ENGINESThermodynamics-HEAT ENGINES
Thermodynamics-HEAT ENGINESselvakumar948
 
LAWS OF THERMODYNAMICS
LAWS OF THERMODYNAMICSLAWS OF THERMODYNAMICS
LAWS OF THERMODYNAMICSselvakumar948
 

More from selvakumar948 (20)

FRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptx
FRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptxFRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptx
FRICTION IN MACHINE ELEMENTS-SCREW AND NUT.pptx
 
UNIT V clutches-TYPES OF CLUTCHES-..pptx
UNIT V clutches-TYPES OF CLUTCHES-..pptxUNIT V clutches-TYPES OF CLUTCHES-..pptx
UNIT V clutches-TYPES OF CLUTCHES-..pptx
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.
UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.
UNIT-4-KOM-GEARS-TYPES AND NOMENCLATURE.
 
KINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTS
KINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTSKINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTS
KINEMATICS OF CAM LINKAGES-TYPES AND CONCEPTS
 
KINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDER
KINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDERKINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDER
KINEMATIC VELOCITY OF SIMPLE MECHANISMS-FOUR BAR & SINGLE SLIDER
 
KINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTION
KINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTIONKINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTION
KINEMATICS OF MACHINES-UNIT-I-BASIC CONCEPTS & INTRODUCTION
 
ETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptx
ETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptxETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptx
ETD-UNIT-I-BASIC CONCEPTS& FIRST LAW.pptx
 
PPI-MECHATRONICS
PPI-MECHATRONICSPPI-MECHATRONICS
PPI-MECHATRONICS
 
MICROPROCESSORS AND MICROCONTROLLERS
MICROPROCESSORS AND MICROCONTROLLERSMICROPROCESSORS AND MICROCONTROLLERS
MICROPROCESSORS AND MICROCONTROLLERS
 
MECHATRONICS-Introduction
MECHATRONICS-IntroductionMECHATRONICS-Introduction
MECHATRONICS-Introduction
 
Assembly
Assembly Assembly
Assembly
 
Solid modeling
Solid modelingSolid modeling
Solid modeling
 
CSG
CSGCSG
CSG
 
coordinates system
coordinates systemcoordinates system
coordinates system
 
Thermodynamics kinetics
Thermodynamics kineticsThermodynamics kinetics
Thermodynamics kinetics
 
Thermodynamics-HEAT ENGINES
Thermodynamics-HEAT ENGINESThermodynamics-HEAT ENGINES
Thermodynamics-HEAT ENGINES
 
Thermodynamics
ThermodynamicsThermodynamics
Thermodynamics
 
Free convection
Free convectionFree convection
Free convection
 
LAWS OF THERMODYNAMICS
LAWS OF THERMODYNAMICSLAWS OF THERMODYNAMICS
LAWS OF THERMODYNAMICS
 

Recently uploaded

Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 

Recently uploaded (20)

Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 

Solid model

  • 1. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 SOLID MODELLING
  • 2. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Why solid modeling? • Recall weakness of wireframe and surface modeling – Ambiguous geometric description – incomplete geometric description – lack topological information – Tedious modeling process – Awkward user interface
  • 3. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Solid model • Solid modeling is based on complete, valid and unambiguous geometric representation of physical object. – Complete  points in space can be classified.(inside/ outside) – Valid vertices, edges, faces are connected properly. – Unambiguous  there can only be one interpretation of object
  • 4. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Solid model • Analysis automation and integration is possible only with solid models has properties such as weight, moment of inertia, mass. • Solid model consist of geometric and topological data – Geometry  shape, size, location of geometric elements – Topology connectivity and associativity of geometric elements non graphical, relational information
  • 5. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Solid model representation schemes 1. Constructive solid geometry (CSG) 2. Boundary representation (B-rep) 3. Spatial enumeration 4. Instantiation.
  • 6. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Constructive solid geometry (CSG) • Objects are represented as a combination of simpler solid objects (primitives). • The primitives are such as cube, cylinder, cone, torus, sphere etc. • Copies or “instances” of these primitive shapes are created and positioned. • A complete solid model is constructed by combining these “instances” using set specific, logic operations (Boolean)
  • 7. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Boolean operation – each primitive solid is assumed to be a set of points, a boolean operation is performed on point sets and the result is a solid model. – Boolean operation  union, intersection and difference – The relative location and orientation of the two primitives have to be defined before the boolean operation can be performed. – Boolean operation can be applied to two solids other than the primitives. Constructive solid geometry (CSG)
  • 8. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Union – The sum of all points in each of two defined sets. (logical “OR”) – Also referred to as Add, Combine, Join, Merge Constructive solid geometry (CSG)- boolean operation A  B A B
  • 9. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Difference – The points in a source set minus the points common to a second set. (logical “NOT”) – Set must share common volume – Also referred to as subtraction, remove, cut Constructive solid geometry (CSG)- boolean operation A - B A B
  • 10. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • intersection – Those points common to each of two defined sets (logical “AND”) – Set must share common volume – Also referred to as common, conjoin Constructive solid geometry (CSG)- boolean operation A  B A B
  • 11. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • When using boolean operation, be careful to avoid situation that do not result in a valid solid Constructive solid geometry (CSG)- boolean operation A  B A B
  • 12. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Boolean operation – Are intuitive to user – Are easy to use and understand – Provide for the rapid manipulation of large amounts of data. • Because of this, many non-CSG systems also use Boolean operations Constructive solid geometry (CSG)- boolean operation
  • 13. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Data structure does not define model shape explicitly but rather implies the geometric shape through a procedural description – E.g: object is not defined as a set of edges & faces but by the instruction : union primitive1 with primitive 2 • This procedural data is stored in a data structure referred to as a CSG tree • The data structure is simple and stores compact data  easy to manage Constructive solid geometry (CSG)- data structure
  • 14. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • CSG tree  stores the history of applying boolean operations on the primitives. – Stores in a binary tree format – The outer leaf nodes of tree represent the primitives – The interior nodes represent the boolean operations performed. Constructive solid geometry (CSG)- CSG tree
  • 15. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Constructive solid geometry (CSG)- CSG tree + -
  • 16. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • More than one procedure (and hence database) can be used to arrive at the same geometry. Constructive solid geometry (CSG)- not unique  -
  • 17. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • CSG representation is unevaluated – Faces, edges, vertices not defined in explicit • CSG model are always valid – Since built from solid elements. • CSG models are complete and unambiguous Constructive solid geometry (CSG) representation
  • 18. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • CSG is powerful with high level command. • Easy to construct a solid model – minimum step. • CSG modeling techniques lead to a concise database less storage. – Complete history of model is retained and can be altered at any point. • Can be converted to the corresponding boundary representation. Constructive solid geometry (CSG) - advantage
  • 19. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Only boolean operations are allowed in the modeling process  with boolean operation alone, the range of shapes to be modeled is severely restricted  not possible to construct unusual shape. • Requires a great deal of computation to derive the information on the boundary, faces and edges which is important for the interactive display/ manipulation of solid. Constructive solid geometry (CSG) - disadvantage
  • 20. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 solution • CSG representation tends to accompany the corresponding boundary representation  hybrid representation • Maintaining consistency between the two representations is very important.
  • 21. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Boundary representation (B-Rep) • Solid model is defined by their enclosing surfaces or boundaries. This technique consists of the geometric information about the faces, edges and vertices of an object with the topological data on how these are connected.
  • 22. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Boundary representation (B-Rep) • Why B-Rep includes such topological information? - A solid is represented as a closed space in 3D space (surface connect without gaps) - The boundary of a solid separates points inside from points outside solid.
  • 23. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 B-Rep vs surface modeling • Surface model – A collection of surface entities which simply enclose a volume lacks the connective data to define a solid (i.e topology). • B- Rep model – Technique guarantees that surfaces definitively divide model space into solid and void, even after model modification commands.
  • 24. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 B-Rep data structure • B-Rep graph store face, edge and vertices as nodes, with pointers, or branches between the nodes to indicate connectivity.
  • 25. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 B-Rep data structure solid face1 face2 face3 face4 face5 edge1 edge2 edge3 edge4 edge5 edge6 edge7 edge8 vertex1 vertex2 vertex3 vertex4 vertex5 f1 f2 f3 f4 f5 E1 E2 E3 E4 E5 E6 E7 E8 v1 v2 v3 v4 v5 (x, y, z) Combinatorial structure / topology Metric information/ geometry
  • 26. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Boundary representation- validity • System must validate topology of created solid. • B-Rep has to fulfill certain conditions to disallow self-intersecting and open objects • This condition include – Each edge should adjoin exactly two faces and have a vertex at each end. – Vertices are geometrically described by point coordinates
  • 27. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Boundary representation- validity • This condition include (cont) – At least three edges must meet at each vertex. – Faces are described by surface equations – The set of faces forms a complete skin of the solid with no missing parts. – Each face is bordered by an ordered set of edges forming a closed loop. – Faces must only intersect at common edges or vertices. – The boundaries of faces do not intersect themselves
  • 28. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Validity also checked through mathematical evaluation – Evaluation is based upon Euler’s Law (valid for simple polyhedra – no hole) – V – E + F = 2 V-vertices E- edges F- face loops Boundary representation- validity f1 f2 f3 f4 f5 E1 E2 E3 E4 E5 E6 E7 E8 v2 v3 v4 v5 V = 5, E = 8, F = 5 5 – 8 + 5 = 2 v1
  • 29. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Expanded Euler’s law for complex polyhedrons (with holes) • Euler-Poincare Law: – V-E+F-H=2(B-P) – H – number of holes in face, P- number of passages or through holes, B- number of separate bodies. Boundary representation- validity V = 24, E=36, F=15, H=3, P=1,B=1
  • 30. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Valid B-Reps are unambiguos • Not fully unique, but much more so than CSG • Potential difference exists in division of – Surfaces into faces. – Curves into edges Boundary representation- ambiguity and uniqueness
  • 31. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Capability to construct unusual shapes that would not be possible with the available CSG aircraft fuselages, swing shapes • Less computational time to reconstruct the image Boundary representation- advantages
  • 32. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 • Requires more storage • More prone to validity failure than CSG • Model display limited to planar faces and linear edges - complex curve and surfaces only approximated Boundary representation- disadvantages
  • 33. disediakan oleh Suriati bte Sadimon GMM, FSKSM, UTM, 2004 Solid object construction method • Sweeping • Boolean • Automated filleting and chambering • Tweaking – Face of an object is moved in some way