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 MintJulep 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 milasko

  1. milasko

    Problem with Frame and Title block macro for counting parameters in CATIA drafting

    Well, I did it because I wanted to save time for making same parameters for every project. In this way, the parameters can be used by the other colleagues and a script can be easily adjusted to have their names.
  2. milasko

    Problem with Frame and Title block macro for counting parameters in CATIA drafting

    I resolved the problem by replasing last row with Text.InsertVariable 1, 3, DrwDocument.Parameters.Item("Uradio")
  3. milasko

    Problem with Frame and Title block macro for counting parameters in CATIA drafting

    Hi, I stucked again. This time I have problem with attribute linking string Parameter with Text. I tried with InsertVariable command, but with no luck. Here is my code: Dim objParams As Parameters Dim objParam As Parameter Set objParams = CATIA.ActiveDocument.Parameters If...
  4. milasko

    Problem with Frame and Title block macro for counting parameters in CATIA drafting

    Thanks for answer. It`s working now. Regards, Marko!
  5. milasko

    Problem with Frame and Title block macro for counting parameters in CATIA drafting

    Hi. I am trying to build a new macro for Frame and Title block for my company. I have been learning CATIA Scripting for 2 weeks. I want to insert some Parameters which will be later used for populating Title block. After I had defined desired parameters I encountered a problem with duplication...

Part and Inventory Search

Back
Top