Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending points to a function selection window

Status
Not open for further replies.

Skyhawk739

New member
Joined
Jan 9, 2013
Messages
3
Location
CA
Hi,

I'm trying to automate the shape morphing function, which it seems is not supported by any API.
The issue I have is that the shape morphing is done using over 100 points. Currently, the only way to do that is manually picking the reference point and then the target. The user can pick all the points sequentially without having to click in the function window. The thing is that there is over 100 points to be clicked and if one is missed, the entire function is screwed.
What I thought I could do as a workaround is create a routine to pick the reference and target points to fill in the function panel as if a user was manually selecting the points. But it seems that the VBA selection doesn't populate the panel. Is there a way to mimic a mouse click on the points? or even better, is there a way to use the morphing tool in VBA?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top