Computer Aided Design and Manufacturing. Zhuming Bi. Читать онлайн. Newlib. NEWLIB.NET

Автор: Zhuming Bi
Издательство: John Wiley & Sons Limited
Серия:
Жанр произведения: Техническая литература
Год издания: 0
isbn: 9781119534242
Скачать книгу
(θy).

      A series of the coordinate transformations, such as translation, scaling, shearing, rotation, and reflection, can be combined as a comprehensive transformation of a point or object. In such a case, the combined transformation matrix can be determined as

      where [T]COM is the combined transformation matrix, i = 1, 2, …, N is the order of N transformation operations, and [T]i is the transformation matrix for the ith operation.

      Note that the order of the multiplications of the matrices is reversed with that of the operations.

      Example 2.4

      Solution

      Using the coordinate transformations in Table 2.1, the corresponding transformation matrix of each operation is determined as follows:

images images
images images
c02f015

      Therefore, using Eq. (2.11),

equation equation

      2.3.1 Basic Data Structure

      The information of solids must be stored in computers. Three popular methods to represent the data structure of solids are relational structure, hierarchical structure, and network structure.

c02f016
List of vertices List of edges List of faces
V1 (0.000, 0.000, 0.500) V2 (−0.500, −0.289, 0.000) V3 (0.500, −0.289, 0.000) V4 (−0.000, −0.577, 0.000) E1 (V1, V2) E2 (V2, V3) E3 (V1, V3) E4 (V2, V4) E5 (V1, V4) E6 (V3, V4) F1 (E1, E4, E5) F2 (E1, E2, E3) F3 (E3, E6, E5) F4 (E2, E6, E4)
c02f017 c02f018