
Tue, 09/08/2009 - 03:43
Forums:
Hi All,
I know there is an API GProp_PEquation, it can fit point, line or plane by a given tolerance. However, if I set a large tolerance, GProp_PEquation may return a point or line instead of the plane.
Any suggestion is welcome. Thanks in advanced.
-Ding
Tue, 09/08/2009 - 18:34
Hello Cauchy,
I use GeomPlate_BuildAveragePlane when I need a plane through a set of points.
Good Luck,
Francois.
Wed, 09/09/2009 - 07:09
Hi Francois,
Thank you very much for your suggestion. It works well now.
-Ding