Modelling Techniques in CAD
Modelling Techniques in CAD
CAD
Presented by enter your name Cad/Cam - 05
Geometric Modelling
Geometric modelling is a collection of methods used to define the shape and other geometric characteristics of an object.
NC programming.
Wire-frame Modelling
The shape of the object is defined by a collection of points (vertices) and a set of edges. There are no surfaces in a wireframe model.
Wire-frame model
Original object
Example
Advantages of wire-frame
Easy to construct. Most economical in terms of time and memory requirement.
Disadvantages of wire-frame
Looks non realistic. Difficult to interpret Complex model.
Solid Modelling
Solid models give designers a complete descriptions of construction, shape, surface, volume, and density of a 3D model.
3D objects can be created by basic 3D shapes: boxes, cones, cylinders, spheres, wedges, and torus (donuts). Complex solids can be made by combination of these shapes.
Example
Union / Protrusion
Creates a single solid from two solids that intersect
Intersection
Creates a solid that represents the region that is in common to the selected solids
Subtract / Cut
subtracts one solid from another One solid is subtracted from the other.
Sweeping Operations
Sweeping is a modelling in which a plane is translated or revolved to form a solid.
Operations types: extrude revolve sweep blend
Extrude
2D closed sketch can be extruded to form solid objects. height of extrusion.
Revolve
2D closed sketch can be revolved to form solid objects.
axis of rotation. angle of revolution.
Sweep
2D closed sketch can be sweep along the path to form solid objects. trajectory defined. cross section.
Blend
Smooth transition can be made between two closed 2D sketch with similar geometry.
distance between sections. angle of twist between sections. equal number of vertices.
Primitive Creation
Primitives are simple solid shapes with simple mathematical surfaces.
Can be controlled by a small number of parameters and positioned using a transformation matrix.
Surface modelling
In surface modeling not only the edges of a 3D object are defined, but also its surfaces.
Axis of rotation
Extruded surface
Revolved surface
Plane surface
Surface of revolution
B-spline surface
Bezier surface
Thank you!