几何尺寸与公差论坛

 找回密码
 注册
查看: 612|回复: 0

【转帖】how to handle mouselbuttonup event on model from addin

[复制链接]
发表于 2009-4-13 11:59:16 | 显示全部楼层 |阅读模式
how to handle mouselbuttonup event on model from addin
hello all,
my requirement is to get point(s) on user click. i've tried to handle the mouse event (mouselbuttonup) but unfortunately my add-in is not receiving the event when user clicks on the model surface, but it is receiving the event when user clicks on anywhere other than the model. so i'm guessing somehow mouselbuttonup event is suppressed when user clicks on any surface. can you give me idea how i can implement this. one more thing can you suggest how i can get the 3d co-ordinate of these points on the model surface. thanks in advance.
tc.
have you tried
mouseselectnotify
it returns x,y of mouse on screen, and x,y,z location
it may only work when the user actually selects an object, but i don't see how you would get the 3d coordinates when something isn't selected. if you are in blank space, all you have is a set of points on a vector to return, and that can be determined from the x,y location on the screen coupled with the model view transform.
maybe you can explain a little bit more about what you are trying to do. this is a rather open ended and, in my opinion, unsolvable problem if it isn't constrained more.
-anthony
i am conviced anything can be done in solidworks api.
solidworks 7.0 sp2.2
vb.net
thanks for the info. problem is solved now.
tc
quick
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-23 18:44 , Processed in 0.035435 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表