1 страниц (5 вхождений)
The procedure for constructing a circle by three points in 3D - Сообщения
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 КиБ) скачан 270 раз(а).
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 КиБ) скачан 270 раз(а).
2 пользователям понравился этот пост
Modified the program

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

OkruzhnostMod.pdf (243 КиБ) скачан 322 раз(а).
OkruzhnostMod.sm (67 КиБ) скачан 241 раз(а).
3 пользователям понравился этот пост
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 КиБ) скачан 240 раз(а).
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 КиБ) скачан 240 раз(а).
3 пользователям понравился этот пост
Thanks Ber7, saved.
Hi, Jean, thanks for the support.
1 страниц (5 вхождений)
-
Новые сообщения
-
Нет новых сообщений