1 Pages (5 items)
The procedure for constructing a circle by three points in 3D - Messages
#1 Posted: 12/31/2016 4:11:54 AM
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 KiB) downloaded 121 time(s).
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 KiB) downloaded 121 time(s).
2 users liked this post
#2 Posted: 1/24/2017 1:22:48 PM
Modified the program

OkruzhnostMod.pdf (243 KiB) downloaded 169 time(s).
OkruzhnostMod.sm (67 KiB) downloaded 94 time(s).

OkruzhnostMod.pdf (243 KiB) downloaded 169 time(s).
OkruzhnostMod.sm (67 KiB) downloaded 94 time(s).
3 users liked this post
#3 Posted: 11/24/2017 6:43:33 AM
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 KiB) downloaded 95 time(s).
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 KiB) downloaded 95 time(s).
3 users liked this post
Davide Carpi 11/24/2017 2:53:00 PM, Oscar Campo 11/25/2017 12:44:00 AM, frapuano 11/24/2017 8:35:00 AM
#4 Posted: 11/25/2017 10:33:16 AM
Thanks Ber7, saved.
#5 Posted: 11/25/2017 12:21:20 PM
Hi, Jean, thanks for the support.
1 Pages (5 items)
-
New Posts
-
No New Posts