1 страниц (5 вхождений)
The procedure for constructing a circle by three points in 3D - Сообщения
#1 Опубликовано: 31.12.2016 04:11:54
The procedure for constructing a circle by three points in 3D
Idea of the algorithm taken from the publication of Alexey Ivanov
http://www.mapleprimes.com/posts/207697-Circle-In-3d-
The calculation algorithm
1. The three points are vertices of the triangle. Write three linear equations:
two equations of planes passing through the midpoints of the two sides of the triangle
perpendicular to these sides: f1 = 0, f3 = 0
and the equation of the plane which contains the triangle: f2 = 0.
2. Solve the system of equations and find the center of a circle with coordinates Cen xCen, ... zCen.
3. Find the circle radius R of the equation of a sphere with radius R and center at Cen
4. Construct a circle as the line of intersection of the sphere with the plane of the triangle (Draghilev method)

Okruzhnost'3.sm (55 КиБ) скачан 120 раз(а).
Idea of the algorithm taken from the publication of Alexey Ivanov
http://www.mapleprimes.com/posts/207697-Circle-In-3d-
The calculation algorithm
1. The three points are vertices of the triangle. Write three linear equations:
two equations of planes passing through the midpoints of the two sides of the triangle
perpendicular to these sides: f1 = 0, f3 = 0
and the equation of the plane which contains the triangle: f2 = 0.
2. Solve the system of equations and find the center of a circle with coordinates Cen xCen, ... zCen.
3. Find the circle radius R of the equation of a sphere with radius R and center at Cen
4. Construct a circle as the line of intersection of the sphere with the plane of the triangle (Draghilev method)

Okruzhnost'3.sm (55 КиБ) скачан 120 раз(а).
2 пользователям понравился этот пост
#2 Опубликовано: 24.01.2017 13:22:48
Modified the program

OkruzhnostMod.pdf (243 КиБ) скачан 169 раз(а).
OkruzhnostMod.sm (67 КиБ) скачан 93 раз(а).

OkruzhnostMod.pdf (243 КиБ) скачан 169 раз(а).
OkruzhnostMod.sm (67 КиБ) скачан 93 раз(а).
3 пользователям понравился этот пост
#3 Опубликовано: 24.11.2017 06:43:33
Changes:
1. Circle is constructed by matrix transformation, and not Draghilev Method
2. The normal to the surface passing through the given points is shown.

OkruzhnostMod3.sm (54 КиБ) скачан 94 раз(а).
1. Circle is constructed by matrix transformation, and not Draghilev Method
2. The normal to the surface passing through the given points is shown.

OkruzhnostMod3.sm (54 КиБ) скачан 94 раз(а).
3 пользователям понравился этот пост
#4 Опубликовано: 25.11.2017 10:33:16
Thanks Ber7, saved.
#5 Опубликовано: 25.11.2017 12:21:20
Hi, Jean, thanks for the support.
1 страниц (5 вхождений)
-
Новые сообщения
-
Нет новых сообщений