Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi ,
In Creo 4.0 M140 , there is command called "Move to view " which is used to move an annotation from one view to another view , I have do this using API & I m using ProToolkit , Please help me out with solution
Regards,
Kunal
Your application needs to perform the equivalent of RMB on a Drawing view > Move to View. This is a typical instance where a dedicated function exists.
When you search the API documentation with *viewmove" you will find
and bonus: pt_examples will give you some code.
This API is used to position view not to move annotation from one view to another
Regards,
Kunal Bidkar
That's partially right: this function enables to move a Drawing Note to a different view. This is my understanding of the topic : "How to Move a drawing Note From one view To Another".
Can you share a screencapture of the operation that you need to run with toolkit? or share some model (even a dumb one)?
By chance do you mean the RMB > Move to plane operation?
?? the suggested API function does not seem to apply to the correctly stated problem: Your application needs to perform the equivalent of RMB on a Drawing view > Move to View
You are right the command you referred to is Move to View when RMB a drawing dimension for example:
To get an actual function to perform the equivalent, an enhancement request is required.
Else follow @FabianWolf suggestion.
Example for a 2D note:
Works pretty similar for symbols.
Hope that helps.