
Wed, 01/16/2008 - 10:43
Forums:
Hi,
I want to calculate a point’s coordinates (u, v) in 2D parameter domain from its 3D coordinates.
I didn’t get any result from Introduction Documentation.
Does anyone know which class of OCC works?
Thanks a lot.
Wed, 01/16/2008 - 10:53
Hi,
first you can project your 3D Point to the Shape and extract the Surface you projected to.
Then you can easily access the U/V values of the projected Point.
dvdjimmy
Wed, 01/16/2008 - 10:56
Thank you very much.
I will try.