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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro for GD&T Font Customization in Catia V5

Status
Not open for further replies.

ArulAakash

Mechanical
Joined
May 12, 2016
Messages
4
Location
IN
Hello,
I need a macro for Catia V5, drafting workbench..
The requirement is to change all the Geometrical tolerance Font size and Name available in the drawing, as required by the user,
Could you help me....
 
Language? Start with GD&T searching
selection1.Search "((CATTPSSearch.TPSGeometricalAnnot + CAT2DLSearch.DrwGDT) + CATDrwSearch.DrwGDT),all"
 
so you're looking for free work?

drop your code here and we'll help you fix it.

if you don't know programming then tell you're boss s/he should ask this script to someone else.

Eric N.
indocti discant et ament meminisse periti
 
itsmyjob right. I need a macro sounds weird. You have to start with macro recording and analyzing of recorded data.
Just a suggestion switch to VB. This will allow you to create more interactive applications.
1_gzxehc.jpg

2_sq2vir.jpg
 
Hello Jenial,
I have got the macro, I had an error in mentioning the Geometrical tolerance in the macro ( I mentioned it as CATDrwSearch.DrwGEometricalTolerance) , but now i had changed it to CATDrwSearch.DrwGDT, Thanks for your information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top