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 Yulin

  1. Yulin

    Convert a CATpart bodies to CATProduct

    How about do it by CATScript Below is code Sub catmain() Set prtdoc = CATIA.ActiveDocument Set prodoc = CATIA.Documents.Add("Product") prodoc.product.partnumber = prtdoc.product.partnumber For Each B In prtdoc.Part.Bodies prtdoc.Selection.Add B...

Part and Inventory Search

Back
Top