How do I get the plane of a circle?
In order to define a plane containing a circle, I need the center of the circle and the normal of the plane. Getting the center is simple using hm_getbestcirclecenter. I have not been able to find a means of getting the normal. If it were possible to get the coordinates of two points on the circle, I could use those with the coordinates of the circle center to calculate the normal. However, I haven't been able to find a means of getting those two points.
Find more posts tagged with
Sort by:
1 - 3 of
31
I know that there is such command ( i read it already), but I can't remember
anway, you can try creating the circle (using *createbestcirclecenternode with last argument=1 (will create circle, too))
and then create 4 nodes on that circle to calculate normal vector