Hi all,
how to create positional link between dimension and GDT symbol in catia drawing sheet using vba.
I didn't get a any solution for this.
please support me
Regards,
Sarathkumar
Hi,
I have added leader text for all views expect iso view. I couldn't get exact position of x & y coordinates to add text for iso view.
I have taken leader origin as point coordinates values presented in part level.
ReDim COGCoord(2)
point1.GetCoordinates COGCoord
here...
Hi,
I have create point in part level then i have placed the view. In view properties, I checked the box 3D points. I filter points using selection.Search "Name='GeneratedPoint',all".but i could not get the coordinates of those points.
Please provide the solution
Sub main()
Dim i As Integer...