DI:17.4 EDITING AND CREATING
Ȧã§ãX§ãEach CAD package allows us to manipulate the geometrical model using various interactive techniques.
Editing Geometry depends upon the representation the geometry is stored with.
If an elemental (remember: lines, circles, arcs, etc.) geometric model is used, then the methods are much different than a B-Rep model.
The major editing methods used are for Elemental, Surfaces, and CSG.
DI:17.4.1 2D Curves and Lines
A number of functions must be provided to allow editing of 2D geometrical entities, such as lines, circles, arcs.
Some of the basic editing functions are listed below,
There are a number of ways (philosophies) for creating drawings using the basic elemental editing techniques. A few popular methods are listed below.
- Construction Lines - A set of construction lines are set up, then segments of the lines are selected for the actual drawing
- Parametrization - Objects such as rectangles, circles, arcs, etc. are created using their dimensions, then positioned with traditional methods.
DI:17.4.2 Surfaces
Most surface modelling packages rely on the elemental definition of lines, and points.
There are a number of basic philosophies for creating surfaces,
- Sections - sections are defined for different points along a path, which then allow generation of complex transition geometries.
Once surfaces have been created, they may be operated on by boolean operations.
This method is often used as a preliminary stage to CSG editing.
DI:17.4.3 CSG
This is by far the simplest method
Solid Primitives are progressively cut and joined to form new shapes.
CSG editing requires storage of the results of operations. This is because a part may be used many times to cut another part, for example a chamfered hole for a sunken screw.
The fundamental CSG operations are,