Hello all, can any one share the code for generating the dimension from center or hole to edge in drafting through CATIA VBA. Because i am not getting how to do this task and we can record macros also in drafting.
Hello, i am facing issue while creating dimension in drawing document. Actually it generating all the dimension at one point. I am sharing my code
Private Sub length_dim1_Click()
Dim CATIA As Object
Dim drawingdocumentdim1 As Object
Dim drawingsheetsdim As Object
Dim...