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 TugboatEng 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 faim

  1. faim

    Fake dimension macro

    Hello all, Can anyone help me writing a simple macro to change a dimension to a rectangled fake dimension. Thank you.
  2. faim

    3D points

    Hello Mayrou, I think it would help you. Sub CATMain() Dim drawingDocument1 As DrawingDocument Set drawingDocument1 = CATIA.ActiveDocument Dim selection1 As selection Set selection1 = CATIA.ActiveDocument.selection selection1.Search "Drafting.'Generated Item'.Symbol=Cross,all" End Sub

Part and Inventory Search

Back
Top