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,35 КиБ) скачан 294 раз(а).
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,35 КиБ) скачан 294 раз(а).
2 пользователям понравился этот пост
Modified the program

OkruzhnostMod.pdf (243,54 КиБ) скачан 346 раз(а).
OkruzhnostMod.sm (67,93 КиБ) скачан 269 раз(а).

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