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

"nodes customization" problem

Status
Not open for further replies.

Kalle_2020

Mechanical
Joined
Feb 22, 2020
Messages
1
Location
SE
Hello,
I am using catia v5, and trying to change the tree information in Tools/options/nodes customization.
#DR# show the description information.
What I would like to do is to only show a small part of the information in "Description", only the first 5 characters.
Like this in VB. left.(DR,5)

Does anyone know how to do it?

Regards,
Kalle
 
Hi.

You can code a computed attribute with CAA and display it in node string using #@<attribute name>@# notation.

As an alternative you can display one of standard attributes that you don't use (i.e. instance description with #DI#) and fill it with any text with Automation or Knowledgeware.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top