salut
je crois que C++ permet d'avoir comme entée des données de la souris,
et il en meme des fonction déja prétes;
WM_LBUTTONDOWN et
WM_LBUTTONDBCLIC........
va voir comment utiliser ses fonctions et y inserer les ogjets a dessiner.
Hi,
You can do this in the InputEvent Function-You have to Convert the clicked mouse coordinates (X, Y)to 3d space coordinates(X, Y, Z) and construct gp_Pnt and do whatever you want further!
See The MFC samples for the InputEvent Function
All the best!
Fri, 04/12/2002 - 18:34
salut
je crois que C++ permet d'avoir comme entée des données de la souris,
et il en meme des fonction déja prétes;
WM_LBUTTONDOWN et
WM_LBUTTONDBCLIC........
va voir comment utiliser ses fonctions et y inserer les ogjets a dessiner.
riadh
Wed, 05/15/2002 - 22:05
Yeah, English would have been nice. I'm sure more people on this list understand English than French.
Thu, 11/28/2002 - 00:45
Don't worry - I understand French and I can tell you that even if you don't, you have not missed much in this response.
Thu, 11/28/2002 - 14:04
Hi,
You can do this in the InputEvent Function-You have to Convert the clicked mouse coordinates (X, Y)to 3d space coordinates(X, Y, Z) and construct gp_Pnt and do whatever you want further!
See The MFC samples for the InputEvent Function
All the best!
N Sharjith