Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AbhishekParvat

    creating of dimension in drawing document

    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.
  2. AbhishekParvat

    creating of dimension in drawing document

    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...
Back
Top