Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Recent content by GajendraHG

  1. GajendraHG

    rename the hybridshape instance in each geometrical set from 1 to so on

    @itsmyjob could you please response to my new query
  2. GajendraHG

    Need to change the Line type and thickness in a drawing view

    i got the below code, which is changing properties for all the elements present in the drawing sheet. How to make it specific part number? or except specified product it should change the properties? "Sub CATMain() Dim drawingDocument1 As Document Set drawingDocument1 = CATIA.ActiveDocument...
  3. GajendraHG

    Need to change the Line type and thickness in a drawing view

    Hi Team, I have a number of drawing sheet which contains views in that, for each view im using overload properties to change the line type and thickness. Can we automate this without using overload properties? Scenario_1:- Product window Vxxxxxxxxx 1.Vzzzzzzzz 2.Vyyyyyyy Drawing...
  4. GajendraHG

    rename the hybridshape instance in each geometrical set from 1 to so on

    I got the solution, Using "HybridShape.Name" i have extracted the name and renamed it. Thank you for the response.
  5. GajendraHG

    rename the hybridshape instance in each geometrical set from 1 to so on

    Hi All, i have fasteners details inside a nested geometrical set for the different diameter, here the instance its not in order like "en2245B3E4.3,en2245B3E4.8,en2245B3E4.12" i want to have vba code to rename the hybridshapes in the sequence, Please help me out Thanks Gajendra HG

Part and Inventory Search

Back
Top