Hi,
I tried adding arrow with reference to 2DComponent instance in drawing sheet and found that the arrow remains associative with 2DComponent.
If i do it using catvba, arrow and 2DComponent remains non-associative. Is there any way to make these two objects associative?
Regards,
Mandar
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 =...
Thanks Jackk
I am trying to create balloon using catvba.
I used Generate balloon command in my script, but unable to place balloons properly.
Is there any alternate method to generate and place balloon using catvba?
Mandar
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