I have a text creation macro with me for CATIA V5 I want to include spacing between the letters for the text created in drafting What is the best possible way for that
Asked
Active
Viewed 156 times
1 Answers
1
For spacing of texts on drawing use following method:
MyDrawingText.SetParameterOnsubString catCharSpacing,0,0,25
You can find it in the catia help file V5Automation.chm in the catia installation sub-folder:
\win_b64\code\bin\
in the V5Automation.chm search for DrawingText.

Tom667
- 95
- 1
- 10