Hi,
I have instantiated 2D component in drawing sheet. I want to attach an Arrow (Drawing Arrow) to it using CATVBA so that 2D component will be associative with arrow.
I tried to use TailEnd property of Arrow, but it did not work.
Dim o2DComponents As DrawingComponents
Set o2DComponents =...
I am writing catvba script to create balloons and place them.
I have used Generate Balloon cooman in catvba to create balloons in catia drafting file.
For that, i used CATIAStartCommand API. Now i want to allign all the balloons. Is there any method to allign all balloons in drafting view?
Mandar