Hickoz_bro
31st May 2008, 03:06 pm
hey guys...
question regarding vba in inventor...
I'm trying to get the co-ordinate points for a leader in inventor, i want the co-ordinates of the leader start point, all nodes, and the finish point.
i'm struggling at the start, i want to get the coodinates of the start point (arrow head) of a leader note. so i tried a whole bunch of things... just an example is below (just an excerpt, not the whole lot).
anyone able to throw me a bone? what should i be doing? i don't expect anyone to give me code, i'd like to learn for myself, but i really don't know where to start....
dim leader1 as leadernotes
Dim l1x As Double
Set l1x = leader1.Item(n).Position.X
Thanks in advance.
question regarding vba in inventor...
I'm trying to get the co-ordinate points for a leader in inventor, i want the co-ordinates of the leader start point, all nodes, and the finish point.
i'm struggling at the start, i want to get the coodinates of the start point (arrow head) of a leader note. so i tried a whole bunch of things... just an example is below (just an excerpt, not the whole lot).
anyone able to throw me a bone? what should i be doing? i don't expect anyone to give me code, i'd like to learn for myself, but i really don't know where to start....
dim leader1 as leadernotes
Dim l1x As Double
Set l1x = leader1.Item(n).Position.X
Thanks in advance.