Please subscribe our youtube channel https://www.youtube.com/c/3DMADMAX?su...
The Best Creative Site: https://www.3dmadmax.com
This task shows you how to insert a frame and a title block on the background sheet on Catia V5 drafting module. Modifying the name of a style/action
The Best Creative Site: https://www.3dmadmax.com
The Best CATIA Site : https://www.3dcatia.com
In the Insert Frame and Title Block dialog box, the names displayed in the Style of TitleBlock and Action lists can be modified on Catia V5
By default, the name of a style is the name of the corresponding CATScript file (without extension). By default, the names of the related actions are those written in the CATScript file (without the CATDrw prefix).
Example: in a CATScript file, a function called CATDrw_XXXX creates an action called XXXX in the Action list.
To create a customized name for a style or action, proceed as follow:
Edit the FrameAndTitleBlock.CATNls file located in the resources/msgcatalog folder.
Add one of these command lines:
For a style:
Drawing_Titleblock_StyleOfTitleBlock="Customized name";
For an action:
Drawing_Titleblock_StyleOfTitleBlock.CATDrw_NameOfAction="Customized name";