Computer Aided Design and Manufacturing. Zhuming Bi
Чтение книги онлайн.

Читать онлайн книгу Computer Aided Design and Manufacturing - Zhuming Bi страница 32

Название: Computer Aided Design and Manufacturing

Автор: Zhuming Bi

Издательство: John Wiley & Sons Limited

Жанр: Техническая литература

Серия:

isbn: 9781119534242

isbn:

СКАЧАТЬ 2.13b shows the sheared object whose vertices after shearing are determined as

equation

c02f014

      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) СКАЧАТЬ