Exam 2014 Flashcards
Describe decomposition models together with pros and cons
- Can be made of voxels (composed of a number of cubes) or be cell based (built up by polygons)
- An approximate model and requires a lot of memory for high precision
- It is suitable for different types of calculations
Describe constructive models together with pros and cons
- Created by manipulating priomitives with Boolean operators
- It is hard to handle general surfaces
- It is very compact (does not require a lot of memory)
Describe boundary representation together with pros and cons
- The solid is defined with points, curves and surfaces plus a definition of what is inside the model
- uses graphical methods e.g. sweep and rotate
- can use parametric surfaces
- can use Boolean methods
Curves used in geometry modeling can be of different order. What are the advantages and disadvantages of higher order curves?
Advantage:
1. Increased precision
Disadvantage:
- risk for corrupt curves
- increased calculation time
what is a digital mockup (DMU) and for what is it used?
- A special type of component based assembly model developed to be able to handle large assemblies (> 1000 parts) from different CAD systems
- Can be used for e.g. packaging studies and assembly simulation but not e.g. calculation of mass etc
Describe how a 3-2-1 locating scheme works
- Six DOF are locked by six points
- primary points A1, A2 and A3 defines a plane and locks the geometry in space in two rotations and one translation: TZ, RX, RY
- Secondary points, B1 and B2 defines a line and locks the geometry in space in one rotqation and one translation TY, RZ
- Tetriary point C1 locks the geometry in space in one translation: TX
Describe the RGB color model!
The color is a mixture of three primary colors
red [0-1] or [0-255]
Green [0 - 1]
Blue [0 - 1]
Bump-mapping is a way of using textures to give a smooth surface an irregular appearance. describe how it works!
- it works by modifying the surface normal that is used in the illumination model
- The value of the modification is obtained from a texture
- The color (RGB value) of each pixel indicates the surface normal modification
Give two reasons for using ergonomic simulations with computer manikins
- evaluation of user interfaces
- Evaluation of concept for manual assembly
Mention four different standards for geometry exchange and what type of geometry data they can handle
- IGES
- -> mathematical description
. STL
- -> triangulated format
VRML
- -> triangulated format
JT
- -> both mathematical
STEP
- -> mathematical description
Describe the concepts of component based and feature based assembly modeling
Component based assembly modeling:
1. the position of the part in the assembly is determined by specifying its position and orientation in global or relative coordinates
Feature based assembly modeling:
- Associates form features on different parts
- Handles restrictions on form, position, orientation etc. between mating form features
Mention two advantages of using off-line programming
avoid costly mistakes with real machines
faster and more efficient programming
possibility to make new programs without stopping the production
Mention three reasons for the increased industrial need for IT support for product development
- shorter lead-times and product lifecycles
- increased complexity: variants, functions, components etc.
- Collaborative product development