I want to create my own user model library so that I can insert my own CAD objects later
For example ,I want to click button inside GUI ,then createview of source1 (in graph1)and show my annotation (in edit1)at the same time.
I know the createview founction [createview(strviewpath[,strobjectfocus,strviewfocus])]
But I don't know how to use it correctly ,because I want the source1(in graph1) can zoom in\ out and rotation .....
Can I createview and show my annotation at the same time?